Team:UCL-London/static/page.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#header { width:100%; height:200px; background:blue; float:left; } #header middle { width:976px; height:100%; background:green; margin-left:auto; margin-right:auto; }")
Line 7: Line 7:
}
}
-
#header middle
+
#header #middle
{
{
width:976px;
width:976px;

Revision as of 12:26, 12 August 2013

  1. header

{ width:100%; height:200px; background:blue; float:left; }

  1. header #middle

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