Team:Harvard/Test Page 6
From 2011.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | body | ||
+ | { | ||
+ | background-color:#d0e4fe; | ||
+ | } | ||
+ | h1 | ||
+ | { | ||
+ | color:orange; | ||
+ | text-align:center; | ||
+ | } | ||
+ | p | ||
+ | { | ||
+ | font-family:"Times New Roman"; | ||
+ | font-size:20px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <h1>CSS example!</h1> | ||
+ | <p>This is a paragraph.</p> |
Revision as of 14:54, 14 July 2011
CSS example!
This is a paragraph.