Team:SDU-Denmark/css
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html> | ||
body { | body { | ||
margin:0px; padding:0px; | margin:0px; padding:0px; | ||
Line 35: | Line 36: | ||
float: right; | float: right; | ||
} | } | ||
+ | </html> |
Revision as of 13:45, 20 July 2009
body { margin:0px; padding:0px; font-family: Helvetica, Arial, sans-serif; text-align: left; background-attachment: fixed ;/* or: scroll*/ background-color: #ffffff; } img { border: 0px; } p { font-size: 12px; margin: 0px; padding: 0px; } h1 { font-size: 18px; font-weight: bold; } h2 { font-size: 16px; font-weight: bold; } //DIV #paragraph { width: 800px; } #float-left { width: 500px; float: left; } #float-right { width: 300px; float: right; }