From 985f1cab49e8c7a52624c0aec2f5613e8e6aab6a Mon Sep 17 00:00:00 2001 From: Saltine <156854448+saltytine@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:12:19 -0700 Subject: [PATCH] Update style.css --- style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 2c79cbc..4621372 100644 --- a/style.css +++ b/style.css @@ -149,8 +149,7 @@ body { /* Services Section Styles */ .services { - background: linear-gradient(to bottom, #050009, #11031c); - background: linear-gradient(to top, #11031c, #050009); + background: linear-gradient(to bottom, #050009, #11031c 50%, #050009); background-color: #11031c; padding: 5em 0; text-align: center; @@ -193,7 +192,7 @@ body { /* About Section Styles */ .about { - background: linear-gradient(to bottom, #11031c, #050009); + background: linear-gradient(to bottom, #11031c, #050009 50%, #11031c); background-color: #050009; color: #fff; padding: 5em 0; @@ -266,7 +265,7 @@ body { /* Blog Section Styles */ .blog { - background: linear-gradient(to bottom, #050009, #11031c); + background: linear-gradient(to bottom, #050009, #11031c 50%, #050009); background-color: #11031c; padding: 5em 0; text-align: center; @@ -314,7 +313,7 @@ body { /* Bugs Section Styles */ .bugs { - background: linear-gradient(to bottom, #11031c, #050009); + background: linear-gradient(to bottom, #11031c, #050009 50%, #11031c); background-color: #050009; padding: 5em 0; text-align: center; @@ -422,7 +421,7 @@ body { /* Contact Section Styles */ .contact { - background: linear-gradient(to bottom, #11031c, #050009); + background: linear-gradient(to bottom, #11031c, #050009 50%, #11031c); background-color: #050009; color: #fff; padding: 5em 0; @@ -483,7 +482,7 @@ body { /* Tools and Packages Section Styles */ .tools-packages { - background: linear-gradient(to bottom, #050009, #11031c); + background: linear-gradient(to bottom, #050009, #11031c 50%, #050009); background-color: #11031c; padding: 5em 0; text-align: center;