tylerperkins.xyz/static/css/background.css

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