mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 03:06:28 -07:00
Add background images
This commit is contained in:
parent
028590a402
commit
2b1ee0dd10
1 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
.children {
|
.bg-image {
|
||||||
background-image: url(children.webp);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0% 35%;
|
background-position: 0% 35%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
@ -7,3 +6,11 @@
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
height: 440px;
|
height: 440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.children {
|
||||||
|
background-image: url(children.webp);
|
||||||
|
}
|
||||||
|
|
||||||
|
.choir {
|
||||||
|
background-image: url(mission/choir.webp);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue