Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
html, body {
|
| 3 |
background-color: rgb(40,9,109) !important;
|
| 4 |
background-image:
|
| 5 |
-
url('
|
| 6 |
-
url('
|
| 7 |
background-position:
|
| 8 |
top center,
|
| 9 |
top center !important;
|
|
@@ -26,7 +26,7 @@ body::after {
|
|
| 26 |
left: 0 !important;
|
| 27 |
right: 0 !important;
|
| 28 |
height: 130px !important;
|
| 29 |
-
background-image: url('
|
| 30 |
background-size: 100% 100% !important;
|
| 31 |
background-repeat: no-repeat !important;
|
| 32 |
background-position: bottom center !important;
|
|
|
|
| 2 |
html, body {
|
| 3 |
background-color: rgb(40,9,109) !important;
|
| 4 |
background-image:
|
| 5 |
+
url('background_top.png'),
|
| 6 |
+
url('background_mid.png') !important;
|
| 7 |
background-position:
|
| 8 |
top center,
|
| 9 |
top center !important;
|
|
|
|
| 26 |
left: 0 !important;
|
| 27 |
right: 0 !important;
|
| 28 |
height: 130px !important;
|
| 29 |
+
background-image: url('background_bottom.png') !important;
|
| 30 |
background-size: 100% 100% !important;
|
| 31 |
background-repeat: no-repeat !important;
|
| 32 |
background-position: bottom center !important;
|