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; }