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