Files
af/docs/autumn.css
emilybrooks 9fd21791f1 (website) fix incorrect tiling (#200)
* fix incorrect tiling

* newline
2024-07-19 12:28:05 -07:00

10 lines
243 B
CSS

#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;
}