From 07755c4f830967c03e75a3ae21a7f37f1db753b0 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 3 Jul 2020 17:26:56 +0200 Subject: [PATCH] change background gradient --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 21ee1d9..d834d7f 100644 --- a/style.css +++ b/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;