Team:UCL-London/static/page.css

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
margin-left:auto;
margin-left:auto;
margin-right:auto;
margin-right:auto;
 +
}
 +
 +
#menu
 +
{
 +
width:100%;
 +
height:30px;
 +
background:red;
 +
float:left;
}
}

Revision as of 12:27, 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; }

  1. menu

{ width:100%; height:30px; background:red; float:left; }