htdocs/index.css

15 lines
194 B
CSS
Raw Normal View History

2023-12-11 16:30:48 +01:00
.main {
display: block;
text-align: center;
margin-left: auto;
margin-left: auto;
}
.header-image {
content: url("header-image.png");
width: 400px;
}
body {
background-color: #4C4E52;
}