From a08fb11d1aa4d0c6e6baffed9e6964e002d6a13b Mon Sep 17 00:00:00 2001 From: css pro Date: Sun, 27 Oct 2024 15:54:50 -0700 Subject: [PATCH] removed gradient --- css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index af25a7f..7621e63 100644 --- a/css/index.css +++ b/css/index.css @@ -1,7 +1,6 @@ body { font-family: 'Arial', sans-serif; - 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%); + background-color: #f1f1f1; margin: 0; padding: 0; text-align: center;