blog-software-java/example_workdir/template/static/style.css

14 lines
157 B
CSS
Raw Normal View History

2025-01-19 10:15:42 +01:00
html {
background: #222;
color: white;
}
article {
margin-top: 10px;
}
article > header {
2025-01-19 10:30:35 +01:00
padding: 5px 20px;
2025-01-19 10:15:42 +01:00
background: white;
color: black;
}