put a gradient in the cw background
This commit is contained in:
parent
70e3e36244
commit
f8ce4a9362
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
background: hsl(330deg, 20%, 36%);
|
background: linear-gradient(to bottom,
|
||||||
|
hsl(330deg, 20%, 46%),
|
||||||
|
hsl(345deg, 40%, 17%));
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue