diff options
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; } |