Team:UCL-London/static/page.css

From 2013.igem.org

(Difference between revisions)
Line 48: Line 48:
margin-right:auto;
margin-right:auto;
background:cyan;
background:cyan;
 +
}
 +
 +
#footer1
 +
{
 +
width:100%;
 +
height:100px;
 +
background:yellow;
 +
float:left;
 +
}
 +
 +
#footer2
 +
{
 +
width:100%;
 +
height:100px;
 +
background:orange;
 +
float:left;
}
}

Revision as of 12:34, 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:400px; background:silver; float:left; }

  1. all_content #container

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

  1. footer1

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

  1. footer2

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