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