summaryrefslogtreecommitdiff
path: root/site/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/style.css')
-rw-r--r--site/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/site/style.css b/site/style.css
new file mode 100644
index 0000000..026c1cc
--- /dev/null
+++ b/site/style.css
@@ -0,0 +1,21 @@
+
+
+h1 {
+ font-size: 30 pt;
+}
+
+html {
+ background-color: white;
+}
+
+body {
+ background-color: white;
+ max-width: 30em;
+ margin: auto;
+ padding: 2em;
+ box-shadow: 0 0 3em lightgray;
+}
+
+li {
+ list-style-type: none;
+}