Team:UCL-London/static/page.css

From 2013.igem.org

(Difference between revisions)
Line 31: Line 31:
margin-left:auto;
margin-left:auto;
margin-right:auto;
margin-right:auto;
 +
}
 +
 +
#all_content
 +
{
 +
width:100%;
 +
height:200px;
 +
background:silver;
 +
float:left;
 +
}
 +
 +
#all_content #container
 +
{
 +
width:976px;
 +
height:100%;
 +
margin-left:auto;
 +
margin-right:auto;
 +
background:cyan;
}
}

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

  1. all_content

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

  1. all_content #container

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