Team:UCL-London/static/page.css

From 2013.igem.org

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

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

  1. menu #dropdown

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