Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Update style.css
Browse files
style.css
CHANGED
@@ -5,9 +5,17 @@
|
|
5 |
font-family: sans-serif;
|
6 |
}
|
7 |
gradio-app {
|
8 |
-
|
9 |
background-image: url("file=assets/bg.png") !important;
|
10 |
-
background-size: cover !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
height: 100vh;
|
12 |
}
|
13 |
body > gradio-app > div > div > div > div.contain{
|
|
|
5 |
font-family: sans-serif;
|
6 |
}
|
7 |
gradio-app {
|
8 |
+
/* background-color: #121212 !important;
|
9 |
background-image: url("file=assets/bg.png") !important;
|
10 |
+
background-size: cover !important; */
|
11 |
+
background: linear-gradient(
|
12 |
+
295deg,
|
13 |
+
rgba(26, 43, 41, 1) 0%,
|
14 |
+
rgba(26, 43, 41, 1) 20%,
|
15 |
+
rgba(0, 0, 0, 1) 60%,
|
16 |
+
rgba(26, 43, 41, 1) 90%,
|
17 |
+
rgba(26, 43, 41, 1) 100%
|
18 |
+
);
|
19 |
height: 100vh;
|
20 |
}
|
21 |
body > gradio-app > div > div > div > div.contain{
|