Template:Lyon-INSA-ENS/blocStyle

From 2011.igem.org

(Difference between revisions)
Line 262: Line 262:
<!-- pour le plan du site -->
<!-- pour le plan du site -->
-
 
+
div#colonne1 {
-
#colonne12 {
+
float: left;
-
        float: left;
+
width: 160px;
-
width: 140px;
+
background: lightblue;
-
background: blue;
+
}
}
-
#colonne22 {
+
div#colonne2 {
-
        float: right;
+
float: right;
width: 300px;
width: 300px;
background: burlywood;
background: burlywood;
}
}
-
#centre {
+
div#centre {
-
        margin-left: 150px;
+
margin-left: 170px;
margin-right: 310px;
margin-right: 310px;
background: khaki;
background: khaki;
}
}
 +

Revision as of 13:48, 16 September 2011