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

10 lines
No EOL
188 B
CSS

.background {
width: 100%;
height: 340px;
background-image: url("./bg.svg");
background-size: 100% 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}