Team:UCL-London/static/globalstyles.css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
body
 +
{
 +
font-family:Ubuntu;
 +
}
 +
#container
#container
{
{
Line 12: Line 17:
height:100px;
height:100px;
background:blue;
background:blue;
 +
}
 +
 +
#header_up
 +
{
 +
}
 +
 +
#header_down
 +
{
}
}

Revision as of 14:55, 2 August 2013

body { font-family:Ubuntu; }

  1. container

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

  1. header

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

  1. header_up

{ }

  1. header_down

{ }

  1. navbar

{ width:975px; height:50px; background:cyan; }

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

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

div.col_left { width:482px; height:100%; background:silver; float:left; }

div.col_right { width:482px; height:100%; margin-left:11px; background:silver; float:left; }

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