diff --git a/jstrr.css b/jstrr.css index 23d287a..e33cd4e 100644 --- a/jstrr.css +++ b/jstrr.css @@ -1,11 +1,9 @@ -body {} -.inner{ - position: relative; - height: 100vh; - width: 100%; - overflow: hidden; +body {background-color: cornflowerblue; background-image: url(snow.png); -} + background-position: center; + background-repeat: no-repeat; + background-size: cover;} + body.secret {background: black; color: white;} div#typing {margin: 1em 1ex; border-top: double cyan 5px;} div#typing pre {