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 {
|
.header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #66696d;
|
background: linear-gradient(to bottom, #888b8f, #66696d);
|
||||||
/* background-size: cover; */
|
/* background-size: cover; */
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
Loading…
Reference in a new issue