tylerperkins.xyz/static/css/background.css

14 lines
241 B
CSS
Raw Normal View History

2023-07-18 03:17:11 +00:00
.background {
2023-07-15 22:44:31 +00:00
background-image: url("/img/webb-dark.png");
2023-07-18 03:17:11 +00:00
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
2023-07-15 22:44:31 +00:00
background-position: center;
2023-07-18 03:17:11 +00:00
background-repeat: repeat;
background-attachment: auto;
2023-07-15 22:44:31 +00:00
}
2023-07-18 03:17:11 +00:00