Line 453: | Line 453: | ||
<div class="igem_2017_content_wrapper"> | <div class="igem_2017_content_wrapper"> | ||
<h1>Cadets2Vets</h1> | <h1>Cadets2Vets</h1> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <head> | ||
+ | <style> | ||
+ | body { | ||
+ | background-color: #93B874; | ||
+ | } | ||
+ | h1 { | ||
+ | background-color: orange; | ||
+ | } | ||
+ | p { | ||
+ | background-color: rgb(255,0,0); | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <h1>This header will have an orange background</h1> | ||
+ | <p>This paragraph will have a red background</p> | ||
+ | </body> | ||
Revision as of 18:30, 15 June 2017
×