help/rtfd/public/html/index.css
2025-01-24 18:02:11 +01:00

17 lines
162 B
CSS

body {
background-color: #f0f;
font-family: sans-serif;
}
header {
text-align: start;
}
h1 {
color: #ff0000;
text-align: center;
}
footer {
text-align: end;
}