Update style.css

main
Saltine 2024-07-03 17:31:27 -07:00 committed by GitHub
parent 2ef13ab2cd
commit f3151ff40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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