mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 03:37:59 +00:00
14 lines
241 B
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;
|
|
}
|
|
|
|
|