diff options
author | Marvin Borner | 2020-05-05 18:13:11 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-05 18:13:11 +0200 |
commit | e5ada93506f2b46f280c9334c0954e6b7c4f597d (patch) | |
tree | 019be692e1cb22b4b02c89231bd88cfc930d866c /presentation/css/style.css | |
parent | a840a022669adcc88fba3339378a0328d7b3032e (diff) |
New project layout
Diffstat (limited to 'presentation/css/style.css')
-rw-r--r-- | presentation/css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/presentation/css/style.css b/presentation/css/style.css new file mode 100644 index 0000000..ab3acdc --- /dev/null +++ b/presentation/css/style.css @@ -0,0 +1,13 @@ +#koch { + margin: auto; +} + +#iterationCtr { + position: fixed; + font-size: xx-large; +} + +.flexContainer { + display: flex; +} + |