Add background images

This commit is contained in:
rebuilt 2023-03-14 13:14:22 -07:00
parent 028590a402
commit 2b1ee0dd10

View file

@ -1,5 +1,4 @@
.children {
background-image: url(children.webp);
.bg-image {
background-repeat: no-repeat;
background-position: 0% 35%;
background-size: cover;
@ -7,3 +6,11 @@
padding-bottom: 50px;
height: 440px;
}
.children {
background-image: url(children.webp);
}
.choir {
background-image: url(mission/choir.webp);
}