tylerperkins.xyz/static/css/background.css
2023-07-17 23:17:11 -04:00

14 lines
241 B
CSS

.background {
background-image: url("/img/webb-dark.png");
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
background-position: center;
background-repeat: repeat;
background-attachment: auto;
}