From a840a022669adcc88fba3339378a0328d7b3032e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Mar 2020 22:20:40 +0100 Subject: Well, this is the actual first commit ig --- 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