blob: 0b6f525726d24467013986a640aa8fda17ab0f54 (
plain)
1
2
3
4
5
6
7
8
9
|
#wrapper
{
background: #14504a url(website_assets/bg_spring.webp);
background-attachment: fixed;
background-position-x: 50%;
background-position-y: 100%;
background-repeat: no-repeat;
background-size: cover;
}
|