diff --git a/style.css b/style.css index 6013a22..2bf2cbc 100644 --- a/style.css +++ b/style.css @@ -192,6 +192,7 @@ body { /* About Section Styles */ .about { + background: linear-gradient(to bottom, #11031c, #050009); background-color: #050009; color: #fff; padding: 5em 0; @@ -264,6 +265,7 @@ body { /* Blog Section Styles */ .blog { + background: linear-gradient(to bottom, #050009, #11031c); background-color: #11031c; padding: 5em 0; text-align: center; @@ -311,6 +313,7 @@ body { /* Bugs Section Styles */ .bugs { + background: linear-gradient(to bottom, #11031c, #050009); background-color: #050009; padding: 5em 0; text-align: center; @@ -418,6 +421,7 @@ body { /* Contact Section Styles */ .contact { + background: linear-gradient(to bottom, #11031c, #050009); background-color: #050009; color: #fff; padding: 5em 0; @@ -478,6 +482,7 @@ body { /* Tools and Packages Section Styles */ .tools-packages { + background: linear-gradient(to bottom, #050009, #11031c); background-color: #11031c; padding: 5em 0; text-align: center;