From af664b0ae665b836f7c099d77013346bd26d3a00 Mon Sep 17 00:00:00 2001 From: Sevi <149007003+sevithescss@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:53:34 -0700 Subject: [PATCH] style color testing --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 7621e63..af25a7f 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,7 @@ body { font-family: 'Arial', sans-serif; - background-color: #f1f1f1; + background: rgb(0,128,255); + background: linear-gradient(39deg, rgba(0,128,255,1) 0%, rgba(29,253,56,1) 50%, rgba(202,0,255,1) 100%); margin: 0; padding: 0; text-align: center;