Spaces:
Runtime error
Runtime error
Commit
·
a973b7e
1
Parent(s):
8ad0141
Create style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#col-container {
|
| 2 |
+
margin-left: auto;
|
| 3 |
+
margin-right: auto;
|
| 4 |
+
}
|
| 5 |
+
gradio-app{
|
| 6 |
+
background:url("file=bg.png") !important;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
#row-flex {
|
| 10 |
+
display: flex;
|
| 11 |
+
align-items: center;
|
| 12 |
+
justify-content: center;
|
| 13 |
+
}
|
| 14 |
+
.leftimage .rightimage{
|
| 15 |
+
float:left;
|
| 16 |
+
filter: drop-shadow(20px 20px 10px white);
|
| 17 |
+
}
|
| 18 |
+
.leftimage{
|
| 19 |
+
padding-top:40px;
|
| 20 |
+
margin-left:310px;
|
| 21 |
+
}
|
| 22 |
+
.rightimage{
|
| 23 |
+
padding-top:40px;
|
| 24 |
+
margin-right:320px;
|
| 25 |
+
}
|