pages/style.css
2025-05-11 19:05:26 +02:00

11 lines
154 B
CSS

body {
font-family: sans-serif;
background-color: #f4f4f4;
text-align: center;
margin-top: 50px;
}
body {
background: black;
color: white;
}