Template:MainStyle/Footer
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
/*-- subdivided container (three equal columns)--*/ | /*-- subdivided container (three equal columns)--*/ | ||
- | # | + | #elementswrap { |
width: 975px; | width: 975px; | ||
margin-left: auto; | margin-left: auto; | ||
Line 11: | Line 11: | ||
} | } | ||
- | # | + | # { |
background-color: cyan; | background-color: cyan; | ||
- | width: | + | width: 150px; |
float: left; | float: left; | ||
padding-top: 25px; | padding-top: 25px; | ||
Line 24: | Line 24: | ||
background-color: lime; | background-color: lime; | ||
float: left; | float: left; | ||
- | width: | + | width: 150px; |
padding-top: 25px; | padding-top: 25px; | ||
padding-bottom: 25px; | padding-bottom: 25px; | ||
Line 33: | Line 33: | ||
background-color: cyan; | background-color: cyan; | ||
float: left; | float: left; | ||
- | width: | + | width: 600px; |
padding-top: 25px; | padding-top: 25px; | ||
padding-bottom: 25px; | padding-bottom: 25px; | ||
Line 45: | Line 45: | ||
- | <div id=" | + | <div id="elementswrap"> |
<div id="columnA">Column 1</div> | <div id="columnA">Column 1</div> | ||
</div> | </div> |
Revision as of 21:33, 14 July 2014
Column 1
Column 2
Column 3
|
||||||||||||||||||||||||||||||||||
|