Browse Source

CSS changes

master
Noëlle 3 years ago
parent
commit
672b41af9a
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      assets/kobold.css

+ 6
- 0
assets/kobold.css View File

font-weight: bold; font-weight: bold;
} }


body {
background-image: url("/assets/koboldsinspace.png");
background-position: 10em 10em;
background-repeat: no-repeat;
}

.firstrow { .firstrow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float: left; float: left;

Loading…
Cancel
Save