blog-software-java/example_workdir/template/static/style.css
2025-01-19 10:30:35 +01:00

14 lines
No EOL
157 B
CSS

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