Update style.css
parent
af8660e1a3
commit
8a2ba1ac6d
18
style.css
18
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue