User:Bradmarxmoosepi/igem.css

From 2011.igem.org

< User:Bradmarxmoosepi(Difference between revisions)
 
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:15, 29 April 2011

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