Team:UCL-London/static/xheader.css

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
width:100%;
width:100%;
height:160px;
height:160px;
-
background:blue;
+
background:#C14645;
float:left;
float:left;
}
}

Revision as of 15:03, 12 August 2013

  1. header

{ width:100%; height:160px; background:#C14645; float:left; }

  1. header #middle

{ width:976px; height:100%; background:green; margin-left:auto; margin-right:auto; }


  1. header #middle #top

{ width:100%; height:55px; background:yellow; float:left; }

  1. header #middle #bottom

{ width:100%; height:105px; background:orange; float:left; }