Template:MainStyle/Footer
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | {{ | + | <style type="text/css"> |
+ | /*-- subdivided container (three equal columns)--*/ | ||
+ | |||
+ | #columnA-wrap { | ||
+ | width: 975px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #columnA { | ||
+ | background-color: cyan; | ||
+ | width: 300px; | ||
+ | float: left; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | |||
+ | padding-left: 25px; | ||
+ | } | ||
+ | |||
+ | #columnB { | ||
+ | background-color: lime; | ||
+ | float: left; | ||
+ | width: 300px; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | |||
+ | #columnC { | ||
+ | background-color: cyan; | ||
+ | float: left; | ||
+ | width: 300px; | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | #clear { | ||
+ | clear: both; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
<html> | <html> | ||
Revision as of 21:29, 14 July 2014
<style type="text/css"> /*-- subdivided container (three equal columns)--*/
- columnA-wrap {
width: 975px;
margin-left: auto; margin-right: auto; background-color: #ffffff; }
- columnA {
background-color: cyan; width: 300px; float: left;
padding-top: 25px;
padding-bottom: 25px; padding-left: 25px;
}
- columnB {
background-color: lime; float: left; width: 300px; padding-top: 25px; padding-bottom: 25px; padding-left: 25px;
}
- columnC {
background-color: cyan; float: left; width: 300px; padding-top: 25px; padding-bottom: 25px; padding-left: 25px;
}
- clear {
clear: both;
} </style>
Column 1
Column 2
Column 3
|
||||||||||||||||||||||||||||||||||
|