Team:UCL-London/static/globalstyles.css

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
}
}
-
#page_title
+
div.row_large
{
{
-
width:482px;
+
width:975px;
 +
height:800px;
 +
background:green;
}
}
-
#header_top
+
div.row_small
{
{
-
 
+
width:975px;
-
}
+
height:250px;
-
 
+
background:yellow;
-
#header_bottom
+
-
{
+
-
 
+
}
}

Revision as of 14:29, 2 August 2013

  1. container

{ width:975px; background:grey; margin-left: auto; margin-right: auto; }

  1. header

{ width:975px; height:100px; background:blue; }

div.row_large { width:975px; height:800px; background:green; }

div.row_small { width:975px; height:250px; background:yellow; }

div.h_gap { width:inherit; height:11px; background:red; }