Revision | 59 (tree) |
---|---|
Time | 2021-07-14 16:10:41 |
Author | ![]() |
fixed fallback background color of the header div
@@ -31,8 +31,7 @@ | ||
31 | 31 | width: 100%; |
32 | 32 | height: 12em; |
33 | 33 | overflow: hidden; |
34 | - background-color: #235; | |
35 | - background: url("banner.jpg"); | |
34 | + background: #235 url("banner.jpg"); | |
36 | 35 | background-size: cover; |
37 | 36 | background-position: center; |
38 | 37 | border-bottom: 1px #ccc solid; |