diff options
author | Marvin Borner | 2020-03-13 22:20:40 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-13 22:20:40 +0100 |
commit | a840a022669adcc88fba3339378a0328d7b3032e (patch) | |
tree | 4a88c90bd2d55674d80cf16792262c9ce8a696d8 /css/style.css | |
parent | 00b0ace3863952ce95df4430d203686fd27bfc20 (diff) |
Well, this is the actual first commit ig
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} + |