Exemple de CSS exemple en format Word. -->CSS1.doc
Copiez-collez cette page dans l'emplacement réservé à la feuille de style de votre blog.
#page{
width:700px;
}
#header{
width:700px;
height:200px;
}
#content{
float:left;
width:400px;
}
#footer{
width:700px;
height:200px;
}
# sidebar {
float:right;
width:300px;
}
body {
background-color:black;
}
#header{
background-color:red;
}
#content{
background-color:white;
}
# sidebar {
background-color:yellow;
}
#footer{
background-color:red;
}