templates/style.css
branchv_0
changeset 29 5ed5b68408e4
parent 25 8da11cce2c98
child 30 841bec790da8
--- a/templates/style.css	Sun Sep 22 00:30:37 2019 +0200
+++ b/templates/style.css	Sun Sep 22 00:34:31 2019 +0200
@@ -3,6 +3,13 @@
 	font-size:  20px;
 	background-color: white;
 	color: black;
+	text-align: center;
+}
+
+div#content {
+	max-width: 800px;
+	text-align: justify;
+	margin: 0 auto;
 }
 
 h1,h2,h3 {
@@ -22,3 +29,7 @@
 p.footer {
 	font-size: 80%;
 }
+
+hr {
+	border: 2px solid #888;
+}