]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Center the fine-print legal notice at the bottom of the page.
[cworth.org] / src / local.css
index 6369c551e4b2d9c2a6c1cbfc92ced1b5e9375be0..b0c18971336838426cb505399ad18978339a999d 100644 (file)
@@ -2,18 +2,37 @@
 
 /* Add local styling here, instead of modifying style.css. */
 body {
-  margin-left: 10%;
-  margin-right: 10%;
+    margin-left: 10%;
+    margin-right: 10%;
 }
 
 h1, .header, #footer {
-  margin-left: -8%;
+    margin-left: -8%;
+}
+
+#logo {
+    text-align: center;
 }
 
 #footer {
-  font-size: 80%;
+    font-size: 80%;
+}
+
+#legal {
+    text-align: center;
+    margin-top: 1em;
+    margin-left: 15%;
+    margin-right: 15%;
 }
 
 h2,h3,h4,h5,h6 {
-  margin-left: -4%;
+    margin-left: -4%;
+}
+
+.floatleft {
+    float: left;
+}
+
+.floatleft {
+    float: right;
 }