From 9053d267a074c577dde92ee1c2ac8d67ce851e53 Mon Sep 17 00:00:00 2001 From: withthelog Date: Sun, 13 Oct 2024 18:58:21 +0200 Subject: [PATCH] modified style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 0b9f264..e32a6dd 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,8 @@ body { align-items: center; margin: 0; height: 100vh; - background: rgb(0, 0, 0); + background: rgb(2,0,36); + background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(75,9,121,1) 43%, rgba(255,0,0,1) 100%); transition: background 1s ease; }