diff src/site.css @ 5:2f20b11affdd

add tools
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 21 Jun 2022 21:39:27 -0600
parents 7c64173643c8
children bff178656073
line wrap: on
line diff
--- a/src/site.css	Tue Jun 21 11:58:27 2022 -0600
+++ b/src/site.css	Tue Jun 21 21:39:27 2022 -0600
@@ -2,9 +2,28 @@
  	box-sizing: border-box;
 }
 
+body {
+	font-family: Sans-Serif;
+	margin: 0;
+}
+
 a {
 	text-decoration: none;
 }
 a:hover {
 	text-decoration: underline;
 }
+
+div[header], div[footer] {
+	font-size: 14px;
+	background-color: #ddd;
+	padding: 8px 3%;
+	display: flex;
+	justify-content: space-between;
+}
+
+[content] {
+	margin-left: 3%;
+	margin-right: 3%;
+	margin-bottom: 2em;
+}