mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
9fd21791f1
* fix incorrect tiling * newline
10 lines
243 B
CSS
10 lines
243 B
CSS
#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;
|
|
}
|