site/backrooms/style.css

13 lines
271 B
CSS
Raw Normal View History

2019-06-02 13:17:22 +00:00
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;
}