Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

Revision as of 11:11, 27 June 2011 by Tormunds (Talk | contribs)

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 background-color: cyan;
 border : 2px;

}

/* MediaWiki mods */

.firstHeading {

 display:none;

}

.content {

 background-color : green;
 color : magenta;

}