Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
background-image: url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=
|
| 3 |
background-size: cover;
|
|
|
|
| 4 |
background-attachment: fixed;
|
| 5 |
background-position: center;
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
-
.
|
| 11 |
-
background-color: rgba(255, 255, 255, 0.
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
max-width: 900px;
|
| 15 |
-
margin: 40px auto;
|
| 16 |
-
box-shadow: 0 0 20px rgba(0,0,0,0.1);
|
| 17 |
}
|
|
|
|
|
|
| 1 |
+
.gradio-container {
|
| 2 |
+
background-image: url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1600&q=80");
|
| 3 |
background-size: cover;
|
| 4 |
+
background-repeat: no-repeat;
|
| 5 |
background-attachment: fixed;
|
| 6 |
background-position: center;
|
| 7 |
+
padding: 2rem;
|
| 8 |
+
border-radius: 16px;
|
| 9 |
+
max-width: 1000px;
|
| 10 |
+
margin: auto;
|
| 11 |
+
box-shadow: 0 0 15px rgba(0,0,0,0.1);
|
| 12 |
}
|
| 13 |
|
| 14 |
+
.gr-block {
|
| 15 |
+
background-color: rgba(255, 255, 255, 0.85);
|
| 16 |
+
border-radius: 12px;
|
| 17 |
+
padding: 1rem;
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
| 19 |
+
|