www/stylesheet.css
max 980067a35c
Add footer
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-20 12:16:09 +02:00

50 lines
891 B
CSS

body {
background-color: #f1e9df;
color: #89a06b;
margin: 30px 20%;
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
font-family: 'comic_monobold', ui-monospace, monospace;
font-size: 1.4em;
}
header {
align-self: center;
padding: 0 18%;
padding-bottom: 20px;
border-bottom: 1px solid #a89a8e;
}
h1 {
text-align: center;
font-size: 3.2rem;
letter-spacing: 0.5rem;
}
nav aside {
zoom: 60%;
}
nav aside a {
text-align: center;
font-family: 'comic_monobold', ui-monospace, monospace;
font-size: 1.2rem;
display: inline-block;
padding: 10px 20px;
background-color: #a89a8e;
color: black;
text-decoration: none;
border: none;
border-radius: 5px;
}
nav ul {
margin-top: 10px;
display: flex;
justify-content: space-evenly;
font-size: 1rem;
}
footer {
align-self: center;
padding: 20px 18%;
border-top: 1px solid #a89a8e;
font-size: 0.8rem
}