From 8a2ba1ac6dd29b0fdaf6d2d05cf431d961942718 Mon Sep 17 00:00:00 2001 From: witchdocsec <107813117+witchdocsec@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:45:07 +0100 Subject: [PATCH] Update style.css --- style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index bb0bf47..6f7affc 100644 --- a/style.css +++ b/style.css @@ -149,8 +149,10 @@ body { /* Services Section Styles */ .services { - background: linear-gradient(to bottom, #050009, #11031c 10%, #11031c 90%, #050009); - background-color: #11031c; + background-color: #0a0811; + background-image: radial-gradient(#00FFFF 2px, transparent 0); + background-size: 30px 30px; + background-position: -5px -5px; padding: 5em 0; text-align: center; } @@ -265,8 +267,10 @@ body { /* Blog Section Styles */ .blog { - background: linear-gradient(to bottom, #11031c 90%, #050009); - background-color: #11031c; + background-color: #0a0811; + background-image: radial-gradient(#00FFFF 2px, transparent 0); + background-size: 30px 30px; + background-position: -5px -5px; padding: 5em 0; text-align: center; } @@ -481,8 +485,10 @@ body { /* Tools and Packages Section Styles */ .tools-packages { - background: linear-gradient(to bottom, #11031c 90%, #050009); - background-color: #11031c; + background-color: #0a0811; + background-image: radial-gradient(#00FFFF 2px, transparent 0); + background-size: 30px 30px; + background-position: -5px -5px; padding: 5em 0; text-align: center; }