Team:Penn/css/columns

From 2012.igem.org

(Difference between revisions)
(Created page with ".leftcolumn { width: 450px; float: left; position:relative; text-align: center; margin-left: 10px; } .rightcolumn { width:450px; float: right; position:relative; te...")
Line 1: Line 1:
.leftcolumn {
.leftcolumn {
-
width: 450px;
+
 
-
float: left;
+
  width: 450px;
-
position:relative;
+
  float: left;
-
text-align: center;
+
  position:relative;
-
margin-left: 10px;
+
  text-align: center;
 +
  margin-left: 10px;
Line 10: Line 11:
.rightcolumn {
.rightcolumn {
-
width:450px;
+
  width:450px;
-
float: right;
+
  float: right;
-
position:relative;
+
  position:relative;
-
text-align: center;
+
  text-align: center;
-
margin-right: 0px;
+
  margin-right: 0px;
#content {
#content {
   padding-bottom:40px; padding-top:20px;
   padding-bottom:40px; padding-top:20px;
}
}

Revision as of 08:45, 20 August 2012

.leftcolumn {

 width: 450px;
 float: left;
 position:relative;
 text-align: center;
 margin-left: 10px;


}

.rightcolumn {

 width:450px;
 float: right;
 position:relative;
 text-align: center;
 margin-right: 0px;
  1. content {
 padding-bottom:40px; padding-top:20px;

}