Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
708a8c8
1
Parent(s):
889c2b7
Update style.css
Browse files
style.css
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
height:120px;
|
8 |
}
|
9 |
body{
|
10 |
-
background:
|
11 |
-
background:
|
12 |
}
|
13 |
gradio-app{
|
14 |
-
background:
|
15 |
-
background:
|
16 |
height: 100%;
|
17 |
width: 100%;
|
18 |
}
|
|
|
7 |
height:120px;
|
8 |
}
|
9 |
body{
|
10 |
+
background:rgb(153,0,255);
|
11 |
+
background:radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%);
|
12 |
}
|
13 |
gradio-app{
|
14 |
+
background:rgb(153,0,255);
|
15 |
+
background:radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%);
|
16 |
height: 100%;
|
17 |
width: 100%;
|
18 |
}
|