Template:OUC-China/2012css.reset.css

From 2012.igem.org

(Difference between revisions)
(Replaced content with "html,body { margin:0; padding:0; backcolor:red; }")
 
(One intermediate revision not shown)
Line 1: Line 1:
-
html,body {
+
body{
-
margin:0;
+
background: #red;
-
padding:0;
+
color: red;
-
        backcolor:red;
+
font-family: 'Open Sans Condensed', sans-serif;
 +
font-size: 13px;
}
}

Latest revision as of 11:02, 14 July 2012

body{ background: #red; color: red; font-family: 'Open Sans Condensed', sans-serif; font-size: 13px; }