church-website/src/components/HomeBanner/HomeBanner.css
Benno Tielen 6036af1099 init
2024-08-21 17:08:42 +02:00

19 lines
No EOL
289 B
CSS

.splash-bg {
background-color: #8d5fd3;
}
.splash {
height: 80vh;
background: url("bg.svg") center center;
background-size: cover;
color: #FFFFFF;
padding: 20px;
position: relative;
}
.stars {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}