Template:CSS/Home

From 2014.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
 
body {  
body {  
-
     margin: 0;
+
     margin: 0px;
     color: #000000;
     color: #000000;
-
     background: #00cc99
+
     background: #ffffff;
-
}
+
-
 
+
-
h1 {
+
-
    font-size: medium;
+
-
    margin: 0;
+
-
    padding: 0.3em;
+
-
    color: #ffffff;
+
-
    background-color: #000000;
+
-
}
+
-
 
+
-
p {
+
-
    line-height: 1.8;
+
-
    margin: 1.6em 1.6em 1em 36%;
+
-
    padding: 1em;
+
-
    border: dotted 3px #ffffff;
+
}
}

Latest revision as of 06:23, 18 August 2014

body {

    margin: 0px;
    color: #000000;
    background: #ffffff;

}