diff www/static/style.css @ 12:aaf85ae1f942

add very simple html template
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Mar 2025 11:12:21 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/static/style.css	Thu Mar 20 11:12:21 2025 +0000
@@ -0,0 +1,14 @@
+body {
+    margin: auto;
+    width: 60%;
+    border: 3px solid gray;
+    padding: 20px;
+    font-family: Arial, sans-serif;
+    line-height: 1.6;
+}
+
+.col {
+    display: flex;
+    flex-direction: column;
+    gap: 10px;
+}