Template:CSS/MainStyle
From 2014.igem.org
(Difference between revisions)
Line 86: | Line 86: | ||
/*-- subdivided container (two equal columns)--*/ | /*-- subdivided container (two equal columns)--*/ | ||
- | #column1-wrap { | + | #column1-wrap { |
- | + | ||
position: absolute; | position: absolute; | ||
- | + | width: 925px; | |
- | + | margin: auto; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
#column1 { | #column1 { | ||
background-color: cyan; | background-color: cyan; | ||
- | + | width: 300px; | |
} | } | ||
+ | |||
#column2 { | #column2 { | ||
background-color: lime; | background-color: lime; | ||
float: left; | float: left; | ||
width: 300px; | width: 300px; | ||
- | + | ||
} | } | ||
+ | |||
#clear { | #clear { | ||
clear: both; | clear: both; |
Revision as of 20:17, 14 July 2014