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;