website/src/css/hero.css
2024-03-21 09:04:19 +01:00

11 lines
289 B
CSS

.hero {
display: flex;
justify-content: center;
margin: 0px;
padding-top: calc(128px + 70px);
padding-bottom: 128px;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("/assets/images/hero-image.jpg");
background-size: cover;
object-fit: cover;
}