User:Bradmarxmoosepi/style.css

From 2011.igem.org

< User:Bradmarxmoosepi(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 1: Line 1:
body
body
{
{
-
background-color:orange;
+
background-color:black;
}
}
h1
h1
{
{
-
color:orange;
+
color:black;
text-align:center;
text-align:center;
}
}
Line 11: Line 11:
{
{
font-family:"Times New Roman";
font-family:"Times New Roman";
-
font-size:20px;
+
font-size:12px;
}
}

Latest revision as of 11:17, 29 April 2011

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