Team:IIT Madras/Templates/Header

From 2013.igem.org

(Difference between revisions)
(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-...")
(Blanked the page)
Line 1: Line 1:
-
<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>
+

Revision as of 18:09, 27 August 2013