Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
|
| 2 |
/* --- Page background: Single unified background --- */
|
|
|
|
| 3 |
html, body {
|
| 4 |
background-color: rgb(40,9,109) !important;
|
| 5 |
-
background-image: url('Python_R.jpg') !important;
|
| 6 |
-
background-position:
|
| 7 |
background-repeat: no-repeat !important;
|
| 8 |
-
background-size:
|
| 9 |
margin: 0 !important;
|
| 10 |
padding: 0 !important;
|
| 11 |
min-height: 100vh !important;
|
|
|
|
| 1 |
|
| 2 |
/* --- Page background: Single unified background --- */
|
| 3 |
+
|
| 4 |
html, body {
|
| 5 |
background-color: rgb(40,9,109) !important;
|
| 6 |
+
background-image: url('/file=Python_R.jpg') !important;
|
| 7 |
+
background-position: center top !important;
|
| 8 |
background-repeat: no-repeat !important;
|
| 9 |
+
background-size: cover !important;
|
| 10 |
margin: 0 !important;
|
| 11 |
padding: 0 !important;
|
| 12 |
min-height: 100vh !important;
|