14 lines
239 B
CSS
14 lines
239 B
CSS
:root {
|
|
max-width: 80ch;
|
|
padding: 3em 1em;
|
|
margin: auto;
|
|
font-size: 1.25em;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
padding: .5em;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|