Team:UCL-London/static/globalstyles.css

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
 +
}
 +
 +
#header
 +
{
 +
width:975px;
 +
background:blue;
 +
}
 +
 +
#page_title
 +
{
 +
width:482px;
 +
}
 +
 +
#header_top
 +
{
 +
 +
}
 +
 +
#header_bottom
 +
{
 +
}
}

Revision as of 14:15, 2 August 2013

  1. container

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

  1. header

{ width:975px; background:blue; }

  1. page_title

{ width:482px; }

  1. header_top

{

}

  1. header_bottom

{

}