From d7bbd5d9c5f6d44cf7b67b592f3458cc11979fbf Mon Sep 17 00:00:00 2001 From: simoon Date: Mon, 9 May 2022 11:18:05 +0200 Subject: [PATCH] added static files --- static/css/style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..faf9ebe --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,32 @@ +:root { + font-family: 'Courier', monospace; +} + +p { + line-height: 120%; + font-family: 'Courier', monospace; +} + +/* logo */ +span.logo { + text-align: center; +} + +pre { + font-size: 2vw; +} + +/* grid */ +.container { + padding: 2vw; +} + +/* sections */ +.about { + font-size: 3vw; + padding: 2vw; +} + +a { + color: blue; +} \ No newline at end of file