Team:UNAM-Genomics Mexico/essais/hmedina hydrobium Etli 2

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
/* This is the REAL background to the whole page */
/* This is the REAL background to the whole page */
body{
body{
-
background: white;
+
background: #333;
-
color: black;
+
color: white;
}
}
 +
 +
/* This is code for the footer-box */
 +
#footer-box{
 +
background-color: #999;
 +
}
 +
/* This is the next layer, on top of the body background */
/* This is the next layer, on top of the body background */
#content{
#content{
-
background: #bbbb88;
+
background: black;
-
color: black;
+
color: white;
}
}

Revision as of 01:26, 20 September 2011

{{{CustomContent}}}