blog-software-java/example_workdir/template/static/style.css
Minecon724 6fcb8e088b
All checks were successful
/ build (push) Successful in 35s
Improvements
2025-01-19 10:15:42 +01:00

14 lines
No EOL
153 B
CSS

html {
background: #222;
color: white;
}
article {
margin-top: 10px;
}
article > header {
padding: 10px;
background: white;
color: black;
}