Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
<!--The iGEM header-->
<!--The iGEM header-->
-
#p-logo  
+
#p-logo {
-
{
+
position: absolute;
-
    position: absolute;
+
z-index: 1;
-
    display: none;
+
height: 107px;
-
    height: 307px;
+
width: 975px;
-
    width: 975px;
+
}
}

Revision as of 08:57, 18 August 2011

   a:link {color:#20548f;}
   a:visited {color:#20548f;}
   a:hover {color:#20548f;}
   a:active {color:#20548f;}



body {

   background-repeat:no-repeat;
   background-attachment:fixed;
   background-image:url(Groningen2011Background.jpg)

}

  1. p-logo {

position: absolute; z-index: 1; height: 107px; width: 975px; }