site/backrooms/style.css

13 lines
271 B
CSS

html {
background: url('backrooms.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
p.spooky_text {
max-width: 500px;
font-family: monospace;
}