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

@@ -19,6 +19,10 @@ body {
background-repeat: no-repeat;
}

div {
background-color: white;
}

.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;

Loading…
Cancel
Save