change background gradient
This commit is contained in:
parent
def7ee0399
commit
07755c4f83
1 changed files with 5 additions and 5 deletions
10
style.css
10
style.css
|
@ -3,11 +3,11 @@
|
|||
html {
|
||||
background:
|
||||
linear-gradient(to bottom,
|
||||
hsl(42deg, 92%, 70%) 0%,
|
||||
hsl(348deg, 92%, 70%) 20% 25%,
|
||||
hsl(334deg, 100%, 80%) 40% 50%,
|
||||
hsl(234deg, 100%, 76%) 80% 85%,
|
||||
hsl(195deg, 100%, 67%) 98% 100%
|
||||
hsl(42deg, 92%, 70%),
|
||||
hsl(348deg, 92%, 70%),
|
||||
hsl(334deg, 100%, 80%),
|
||||
hsl(234deg, 100%, 76%),
|
||||
hsl(195deg, 100%, 67%)
|
||||
)
|
||||
fixed,
|
||||
url(niss_uwu_bg.png) top center fixed;
|
||||
|
|
Loading…
Add table
Reference in a new issue