Team:SDU-Denmark/css
From 2009.igem.org
(Difference between revisions)
(Replacing page with '<html> <style type="text/css"> #content { background: url(https://static.igem.org/mediawiki/2009/e/ee/Bg_body_centre.gif) top left repeat-x #A0C8DA; border: 0px; } </style> <...') |
|||
Line 1: | Line 1: | ||
- | + | body { | |
- | + | margin:0px; padding:0px; | |
- | + | font-family: Helvetica, Arial, sans-serif; | |
- | + | text-align: center; | |
- | + | background-attachment: fixed ;/* or: scroll*/ | |
- | + | background-color: #ffffff; | |
+ | } | ||
+ | img { | ||
+ | border: 0px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 13:19, 16 July 2009
body { margin:0px; padding:0px; font-family: Helvetica, Arial, sans-serif; text-align: center; background-attachment: fixed ;/* or: scroll*/ background-color: #ffffff; } img { border: 0px; }