Template:CSS/MainStyle
From 2014.igem.org
(Difference between revisions)
Line 84: | Line 84: | ||
- | /*-- subdivided container ( | + | /*-- subdivided container (two equal columns)--*/ |
#column1-wrap { | #column1-wrap { | ||
Line 120: | Line 120: | ||
+ | /*-- subdivided container (two equal columns)--*/ | ||
+ | #column1-wrap { | ||
+ | width: 975px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | #column1 { | ||
+ | background-color: lime; | ||
+ | width: 300px; | ||
+ | float: left; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | |||
+ | padding-left: 25px; | ||
+ | } | ||
- | /*-- subdivided container ( | + | #column2 { |
+ | background-color: cyan; | ||
+ | float: left; | ||
+ | width: 625px; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | |||
+ | #clear { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*-- subdivided container (three equal columns)--*/ | ||
#columnA-wrap { | #columnA-wrap { |
Revision as of 20:47, 14 July 2014