From e5a1765edba66f29949b1510b821b4edf5d26bcc Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 20 Sep 2024 15:01:28 -0700 Subject: [PATCH] Most people want to keep it simple, removed background color --- css/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 698e20d..0b8665f 100644 --- a/css/index.css +++ b/css/index.css @@ -1,7 +1,6 @@ body { font-family: 'Arial', sans-serif; - 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%); + background-color: #f4f4f4; margin: 0; padding: 0; text-align: center; @@ -144,4 +143,4 @@ button:hover { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; -} \ No newline at end of file +}