From 4645073ed73d977c19aaa02a335420b10571c7d5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 21 Jun 2020 13:29:32 +0200 Subject: Well, I don't need a thesis in corona-times --- css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 css/style.css (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..ab3acdc --- /dev/null +++ b/css/style.css @@ -0,0 +1,13 @@ +#koch { + margin: auto; +} + +#iterationCtr { + position: fixed; + font-size: xx-large; +} + +.flexContainer { + display: flex; +} + -- cgit v1.2.3