From f3151ff40b89234bb9557e66cba99e06901268d3 Mon Sep 17 00:00:00 2001 From: Saltine <156854448+saltytine@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:31:27 -0700 Subject: [PATCH] Update style.css --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 97b8ecf..2599932 100644 --- a/style.css +++ b/style.css @@ -149,7 +149,7 @@ body { /* Services Section Styles */ .services { - background: linear-gradient(to bottom, #050009, #11031c 5%, #11031c 95%, #050009); + background: linear-gradient(to bottom, #050009, #11031c 10%, #11031c 90%, #050009); background-color: #11031c; padding: 5em 0; text-align: center; @@ -192,7 +192,7 @@ body { /* About Section Styles */ .about { - background: linear-gradient(to bottom, #050009 95%, #11031c); + background: linear-gradient(to bottom, #050009 90%, #11031c); background-color: #050009; color: #fff; padding: 5em 0; @@ -265,6 +265,7 @@ body { /* Blog Section Styles */ .blog { + background: linear-gradient(to bottom, #11031c 90%, #050009); background-color: #11031c; padding: 5em 0; text-align: center;