Team:Trieste/Templates/Header

From 2012.igem.org

(Difference between revisions)
(Created page with "<script type="text/css"> div.top-section { height:10px; } </script>")
Line 1: Line 1:
<script type="text/css">
<script type="text/css">
-
   div.top-section {
+
   body {
-
    height:10px;
+
        background-color: blue; /* defines the default background color of the document*/
-
  }
+
        color: black; /* defines the default font-color of the document*/
 +
    }
</script>
</script>

Revision as of 09:42, 23 April 2012

<script type="text/css">

 body {
        background-color: blue; /* defines the default background color of the document*/
        color: black; /* defines the default font-color of the document*/
   }

</script>