Team:UCL-London/static/xpage.css

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
{
{
width:100%;
width:100%;
-
height:400px;
 
background:black;
background:black;
float:left;
float:left;

Revision as of 14:48, 12 August 2013

  1. all_content

{ width:100%; background:black; float:left; }

  1. all_content #container

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

  1. all_content #container .gap

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

  1. all_content #container .row_large

{ width:975px; height:600px; float:left; background:grey; }

  1. all_content #container .row_small

{ width:975px; height:250px; float:left; background:grey; }