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