Team:UCL/css

From 2014.igem.org

(Difference between revisions)
(Created page with "body { background-color: red; }")
 
(6 intermediate revisions not shown)
Line 1: Line 1:
body {
body {
-
background-color: red;
+
width:800px;
 +
margin: 0 auto;
}
}

Latest revision as of 12:38, 13 May 2014

body { width:800px; margin: 0 auto; }