summaryrefslogtreecommitdiff
path: root/site/style.css
diff options
context:
space:
mode:
authorstuebinm2021-04-04 15:30:26 +0200
committerstuebinm2021-04-04 15:30:26 +0200
commit198a580292ee6b1d15d4c7409bd84ca8e57c9ef2 (patch)
tree1b82a01c3bf7b9ae301ae145229e62fd5f8e0ed4 /site/style.css
simple forms with simple encryption
this depends on age stuffed into web assembly, which is not yet part of this repository. The idea is to have a web app (which is a static html page + js / wasm) and a set of (optionally encrypted) json files which describe surveys, which the main site can download on demand.
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;
+}