Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<!--Linking colors--> | <!--Linking colors--> | ||
Line 8: | Line 7: | ||
- | body | + | #body |
{ | { | ||
background-color:#000; | background-color:#000; | ||
Line 14: | Line 13: | ||
} | } | ||
- | header | + | #header |
{ | { | ||
width: 1000px; | width: 1000px; |
Revision as of 08:02, 18 August 2011
a:link {color:#20548f;} a:visited {color:#20548f;} a:hover {color:#20548f;} a:active {color:#20548f;}
- body
{
background-color:#000; background-image:url(https://2011.igem.org/File:Groningen2011Background.jpg)
}
- header
{ width: 1000px; height: 180px; margin: 0; padding: 0;
background: black; background-image:url(https://2011.igem.org/File:Groningen2011Header.png)
}