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: | + | background: #333; |
- | color: | + | 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: | + | background: black; |
- | color: | + | color: white; |
} | } | ||
Revision as of 01:26, 20 September 2011
{{{CustomContent}}}