Browse Source

background color on divs

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

+ 4
- 0
assets/kobold.css View File

background-repeat: no-repeat; background-repeat: no-repeat;
} }


div {
background-color: white;
}

.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