use gradient background
This commit is contained in:
parent
b51d4fc74d
commit
ac51099b9f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ body {
|
|||
|
||||
.header {
|
||||
text-align: center;
|
||||
background: #66696d;
|
||||
background: linear-gradient(to bottom, #888b8f, #66696d);
|
||||
/* background-size: cover; */
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
|
|
Loading…
Reference in a new issue