Team:Penn/css/columns

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
#topcolumns {
#topcolumns {
-
   width:1000px; margin-top: 0px; padding-top: 0px; background: #95001a;
+
   width:1000px; margin-top: 0px; padding-top: 0px;
}
}
-
 
#topcolumns .column {
#topcolumns .column {
   position:relative;
   position:relative;
-
}
+
}
-
+
 
-
#topcolumns .left  
+
#topcolumns .left {
-
{
+
   float: left;
   float: left;
   width: 70%;
   width: 70%;

Revision as of 08:50, 20 August 2012

  1. topcolumns {
 width:1000px; margin-top: 0px; padding-top: 0px;

}

  1. topcolumns .column {
 position:relative;

}

  1. topcolumns .left {
 float: left;
 width: 70%;

}

  1. topcolumns .right {
 float: right;

}


  1. content {
 padding-bottom:40px; padding-top:20px;

}