1
0
Fork 0

change background gradient

This commit is contained in:
Rhiannon Morris 2020-07-03 17:26:56 +02:00
parent def7ee0399
commit 07755c4f83
1 changed files with 5 additions and 5 deletions

View File

@ -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;