Team:TU-Delft/CSS
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <style type="text/css"> body { background-color: white; - →defines the default background color of the document: color: black; /* defines the defaul...") |
|||
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
body { | body { | ||
- | background-color: | + | background-color: #FFD700; /* 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*/ | ||
} | } | ||
a { | a { | ||
- | color: | + | color: navy; /* defines the default color of links */ |
} | } | ||
a:hover { | a:hover { | ||
Line 12: | Line 12: | ||
} | } | ||
a { | a { | ||
- | color: | + | color: navy; /* defines the default color of links */ |
} | } | ||
.firstHeading | .firstHeading |
Revision as of 21:19, 9 May 2012