Update style.css
parent
811df0ff67
commit
0edb122d36
|
@ -149,7 +149,6 @@ body {
|
||||||
|
|
||||||
/* Services Section Styles */
|
/* Services Section Styles */
|
||||||
.services {
|
.services {
|
||||||
background: linear-gradient(to bottom, #050009, #11031c 50%, #050009);
|
|
||||||
background-color: #11031c;
|
background-color: #11031c;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -192,7 +191,6 @@ body {
|
||||||
|
|
||||||
/* About Section Styles */
|
/* About Section Styles */
|
||||||
.about {
|
.about {
|
||||||
background: linear-gradient(to bottom, #050009, #11031c 50%, #050009);
|
|
||||||
background-color: #050009;
|
background-color: #050009;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
|
@ -265,7 +263,6 @@ body {
|
||||||
|
|
||||||
/* Blog Section Styles */
|
/* Blog Section Styles */
|
||||||
.blog {
|
.blog {
|
||||||
background: linear-gradient(to bottom, #050009, #11031c 50%, #050009);
|
|
||||||
background-color: #11031c;
|
background-color: #11031c;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -313,7 +310,6 @@ body {
|
||||||
|
|
||||||
/* Bugs Section Styles */
|
/* Bugs Section Styles */
|
||||||
.bugs {
|
.bugs {
|
||||||
background: linear-gradient(to bottom, #050009, #11031c 50%, #050009);
|
|
||||||
background-color: #050009;
|
background-color: #050009;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -421,7 +417,6 @@ body {
|
||||||
|
|
||||||
/* Contact Section Styles */
|
/* Contact Section Styles */
|
||||||
.contact {
|
.contact {
|
||||||
background: linear-gradient(to bottom, #050009, #11031c 50%, #050009);
|
|
||||||
background-color: #050009;
|
background-color: #050009;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
|
@ -482,7 +477,6 @@ body {
|
||||||
|
|
||||||
/* Tools and Packages Section Styles */
|
/* Tools and Packages Section Styles */
|
||||||
.tools-packages {
|
.tools-packages {
|
||||||
background: linear-gradient(to bottom, #050009, #11031c 50%, #050009);
|
|
||||||
background-color: #11031c;
|
background-color: #11031c;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue