Team:IIT Madras/Templates/Header

From 2013.igem.org

(Difference between revisions)
JunaidBabu (Talk | contribs)
(Created page with "<style type="text/css"> body { background-color: white; - defines the default background color of the document: color: black; /* defines the default font-...")
Newer edit →

Revision as of 17:42, 27 August 2013

<style type="text/css">

   body {
        background-color: white; /* defines the default background color of the document*/
        color: black; /* defines the default font-color of the document*/
   }
   a {
        color: black; /* defines the default color of links */
   }
   a:hover {
        color: gray; /* defines the default color of links hovered by the cursor */
   }
   a {
        color: black; /* defines the default color of links */
   }
   .firstHeading
   {
        display: none; /* hides the default heading */
   }

</style>