remove the background color in banner section
Browse files
style.css
CHANGED
|
@@ -1,23 +1,4 @@
|
|
| 1 |
|
| 2 |
-
/* Banner Section with Shade */
|
| 3 |
-
section.bg-cover {
|
| 4 |
-
position: relative;
|
| 5 |
-
}
|
| 6 |
-
section.bg-cover::before {
|
| 7 |
-
content: "";
|
| 8 |
-
position: absolute;
|
| 9 |
-
top: 0;
|
| 10 |
-
left: 0;
|
| 11 |
-
width: 100%;
|
| 12 |
-
height: 100%;
|
| 13 |
-
background: linear-gradient(135deg, rgba(0, 160, 233, 0.7), rgba(173, 216, 230, 0.5));
|
| 14 |
-
}
|
| 15 |
-
section.bg-cover > div {
|
| 16 |
-
position: relative;
|
| 17 |
-
z-index: 1;
|
| 18 |
-
}
|
| 19 |
-
|
| 20 |
-
|
| 21 |
body {
|
| 22 |
padding: 2rem;
|
| 23 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
|
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
body {
|
| 3 |
padding: 2rem;
|
| 4 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|