@@ -13,6 +13,12 @@ | |||
font-weight: bold; | |||
} | |||
body { | |||
background-image: url("/assets/koboldsinspace.png"); | |||
background-position: 10em 10em; | |||
background-repeat: no-repeat; | |||
} | |||
.firstrow { | |||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | |||
float: left; |