Spaces:
Paused
Paused
Update static/index.html
Browse files- static/index.html +2 -9
static/index.html
CHANGED
|
@@ -14,19 +14,12 @@
|
|
| 14 |
margin-top: 30px;
|
| 15 |
padding-bottom: 7px;
|
| 16 |
gap: 14px;
|
| 17 |
-
background: linear-gradient(
|
| 18 |
linear-gradient(to right, red, blue) border-box;
|
| 19 |
border-radius: 20px;
|
| 20 |
border: 2.5px solid transparent;
|
| 21 |
}
|
| 22 |
-
|
| 23 |
-
position: absolute;
|
| 24 |
-
top: 0;
|
| 25 |
-
left: 0;
|
| 26 |
-
width: 100%;
|
| 27 |
-
height: 100%;
|
| 28 |
-
object-fit: cover; /* Maintain aspect ratio and cover the entire box */
|
| 29 |
-
}
|
| 30 |
|
| 31 |
.loadingSpinner {
|
| 32 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
|
|
|
| 14 |
margin-top: 30px;
|
| 15 |
padding-bottom: 7px;
|
| 16 |
gap: 14px;
|
| 17 |
+
background: linear-gradient(white , white) padding-box,
|
| 18 |
linear-gradient(to right, red, blue) border-box;
|
| 19 |
border-radius: 20px;
|
| 20 |
border: 2.5px solid transparent;
|
| 21 |
}
|
| 22 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
.loadingSpinner {
|
| 25 |
border: 3px solid rgba(255, 255, 255, 0.3);
|