summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-09-08 16:15:59 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-09-08 16:15:59 +0800
commit01a1d8ea9265f77d5ec76f48cd1be1a30a0b8b12 (patch)
tree1c465306d3b0b6c455a2bd2e8f97af7d0f726e11
parentd6528eb80d3c7afc71d00dca4da5a13b333b001d (diff)
Add stylesheet
-rw-r--r--static/index.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/index.css b/static/index.css
new file mode 100644
index 0000000..ff999d0
--- /dev/null
+++ b/static/index.css
@@ -0,0 +1,11 @@
+body {
+ text-align: center;
+ font-family: sans-serif;
+ font-size: 16pt;
+}
+
+.error {
+ margin: 1em;
+ padding: 1em;
+ background-color: #faa;
+}