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