Team:Trieste/Templates/Header

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<script type="text/css">
+
<style type="text/css">
   body {
   body {
         background-color: blue; /* defines the default background color of the document*/
         background-color: blue; /* defines the default background color of the document*/
         color: black; /* defines the default font-color of the document*/
         color: black; /* defines the default font-color of the document*/
     }
     }
-
</script>
+
</style>

Revision as of 09:42, 23 April 2012

<style 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*/
   }

</style>