diff options
author | Marvin Borner | 2020-07-08 22:28:11 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-08 22:28:11 +0200 |
commit | ecd7d1a48a0e72de0215ea0ed37208ddd2e2348c (patch) | |
tree | 72231a325fdc8ac2a0b966618437106ff30fed6b /css/style.css | |
parent | 758a1e71313f2f4f82c851dbdc1821433d452250 (diff) |
ARG that's uglyyyyy :D
I needed some code and I don't have that much time => UGLY CODE
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 58e35d3..2dac462 100644 --- a/css/style.css +++ b/css/style.css @@ -7,6 +7,14 @@ font-size: xx-large; } +#flaecheErg { + color: "red"; + position: fixed; + bottom: 20px; + + font-size: xx-large; +} + .flexContainer { display: flex; } |