Team:Washington/Our Project
From 2014.igem.org
(Difference between revisions)
Andychau2015 (Talk | contribs) |
Andychau2015 (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Template:Team:UW/CSS}} | {{Template:Team:UW/CSS}} | ||
+ | <html> | ||
+ | |||
+ | <head> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | body {background-color:white} | ||
+ | |||
+ | h1 {color:purple ; | ||
+ | font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif" ; | ||
+ | font-size:250%} | ||
+ | |||
+ | h2 {color:purple; | ||
+ | font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif" } | ||
+ | |||
+ | h3 {color:purple; | ||
+ | font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif" } | ||
+ | |||
+ | p {color:#39275B; | ||
+ | font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif" } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | </html> | ||
+ | |||
<html> | <html> | ||
Revision as of 01:04, 9 October 2014
|