Update
This commit is contained in:
parent
a4a759e0f6
commit
bf73faa3a1
|
@ -2,9 +2,9 @@ body {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg,
|
||||
rgba(163, 0, 204, 0.5) 0%,
|
||||
rgba(0, 51, 204, 0.5),
|
||||
rgba(77, 13, 0, 0.5) 100%);
|
||||
rgba(255, 179, 179, 0.5) 0%,
|
||||
rgba(212, 76, 76, 0.658),
|
||||
rgba(231, 35, 49, 0.5) 100%);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-attachment: fixed;
|
||||
|
|
Loading…
Reference in New Issue