From 01a1d8ea9265f77d5ec76f48cd1be1a30a0b8b12 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 8 Sep 2022 16:15:59 +0800 Subject: Add stylesheet --- static/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 static/index.css 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; +} -- cgit v1.2.3