florianzirker.de/default.css
2024-03-28 09:11:58 +01:00

13 lines
223 B
CSS

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