Joy
Inscrit le : 04 Mar 2008 Messages : 6
| Sujet: quelques codes pour les mises en page .css Ven 14 Mar - 17:18 | |
| BODY{ color:orange; background:black; }
Title{ background:black; text-align:center; color:red; } H1{ background:black; text-align:center; } H2{ text-align:center; background:black; color:green;
}
H3{ text-align:center; color:white; }
H4{ text-align:center; color:blue; } P{ text-align:center; background:black; }
#laboitaidee{ position:absolute; border:4px solid white; width:120px; height:120px; top:20px; left:20px; background:rgb(70%,10%,10%); color:rgb(30%,10%,10%); } |
|