User:Bradmarxmoosepi/igem.css

From 2011.igem.org

(Difference between revisions)
(Created page with "body { background-color:orange; } h1 { color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; }")
Line 13: Line 13:
font-size:20px;
font-size:20px;
}
}
 +
 +
<html>
 +
<h1> Heading 1 </h1>
 +
 +
<p> Hello </p>
 +
</html>

Revision as of 10:59, 29 April 2011

body
{
background-color:orange;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}

<html>
<h1> Heading 1 </h1>

<p> Hello </p>
</html>