help/rtfd/public/html/index.css
2025-01-25 10:58:39 +01:00

26 lines
213 B
CSS

body {
background-color: #111;
color: #777;
font-family: sans-serif;
text-align: start;
}
header {
}
h1 {
color: #f77;
text-align: center;
}
a {
color: #088;
}
h2 {
color: #f77;
}
footer {
text-align: end;
}