summaryrefslogtreecommitdiff
path: root/static/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.css')
-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;
+}