Impressum eingefügt

This commit is contained in:
Florian Zirker 2022-08-21 16:09:16 +02:00
parent 6e1aa997ea
commit d04cf94ea7
3 changed files with 54 additions and 11 deletions

14
default.css Normal file
View file

@ -0,0 +1,14 @@
:root {
max-width: 80ch;
padding: 3em 1em;
margin: auto;
font-size: 1.25em;
font-family: Arial, Helvetica, sans-serif;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
}