13 lines
202 B
CSS
13 lines
202 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;
|
|
}
|