From 60aa7f879e16e4ae329c099eecffd97547b39a07 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 11 Nov 2018 23:25:40 +0100 Subject: First commit --- static/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..ed92664 --- /dev/null +++ b/static/style.css @@ -0,0 +1,21 @@ +header { + border-bottom: 1px solid black; + width: 100%; +} + +header h1 { + text-align: center; +} +header a { + text-align:right; +} + +section { + border-radius: 1em; + padding: 1em; + position: absolute; + top: 50%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); +} -- cgit v1.3