Team:MIT/styles

From 2011.igem.org

(Difference between revisions)
(Replaced content with "ul {list-style: none} .bio img {max-width:300px; float:left; margin-right:10px;} .bio {clear:both;} #menubar { position: absolute; background: #002B60; color: ...")
Line 7: Line 7:
#menubar {
#menubar {
     position: absolute;
     position: absolute;
-
     background: #002B60;
+
     background: black;
-
     color: black;
+
     color: white;
}
}

Revision as of 01:29, 18 June 2011

ul {list-style: none}


.bio img {max-width:300px; float:left; margin-right:10px;} .bio {clear:both;}

  1. menubar {
   position: absolute;
   background: black;
   color: white;

}