tylerperkins.xyz/static/css/background.css

17 lines
272 B
CSS

.background {
background-image: url("/img/webb-dark.png");
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 200%;
overflow-y: hidden;
z-index: -1;
background-position: center;
background-repeat: repeat;
}