From 07ee390d5a30bd2e12371a29f922614828adeab5 Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:28:25 -0700 Subject: [PATCH] background changes- add a lil color --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 0290e6d..139cd30 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,7 @@ body { font-family: 'Arial', sans-serif; - background-color: #f4f4f4; + background: rgb(0,197,255); + background: linear-gradient(39deg, rgba(0,197,255,1) 0%, rgba(29,74,253,1) 50%, rgba(0,197,255,1) 100%); margin: 0; padding: 0; text-align: center;