summary refs log tree commit diff homepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..395c35d
--- /dev/null
+++ b/style.css
@@ -0,0 +1,13 @@
+html {
+    margin: auto;
+    max-width: 72ch;
+}
+h1, h2, h3, h4, h5, h6 { margin-bottom: 1ex }
+form {
+    display: grid;
+    grid-template-columns: max-content 1fr;
+}
+form label { margin-right: 1ch }
+form label:after { content: ":" }
+form input { margin-bottom: 1ex }
+.error { color: red }