help/rtfd/public/html/index.css

18 lines
162 B
CSS
Raw Normal View History

2025-01-24 18:02:11 +01:00
body {
background-color: #f0f;
font-family: sans-serif;
}
header {
text-align: start;
}
h1 {
color: #ff0000;
text-align: center;
}
footer {
text-align: end;
}