Template:CSS/MainStyle

From 2014.igem.org

(Difference between revisions)
Line 83: Line 83:
-
 
+
/*-- subdivided container (two equal columns)--*/
#column1-wrap {
#column1-wrap {
     float: left;
     float: left;
-
     width: 100%;
+
     width: 975px;
}
}
#column1 {
#column1 {
     background-color: cyan;
     background-color: cyan;
-
     margin-right: 200px;
+
     margin-right: 400px;
}
}
#column2 {
#column2 {
     background-color: lime;
     background-color: lime;
     float: left;
     float: left;
-
     width: 200px;
+
     width: 400px;
-
     margin-left: -200px;
+
     margin-left: -400px;
}
}
#clear {
#clear {

Revision as of 19:52, 14 July 2014