Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
7f3a925
1
Parent(s):
c7615ac
refactor: change background image css style
Browse files- css/style.css +6 -1
css/style.css
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
.gradio-container {
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
#user_avatar {
|
4 |
background-color: transparent !important;
|
|
|
1 |
+
.gradio-container {
|
2 |
+
background: url('file=media/bg_clear.png'), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
|
3 |
+
background-size: cover;
|
4 |
+
background-position: center center;
|
5 |
+
background-repeat: no-repeat;
|
6 |
+
}
|
7 |
|
8 |
#user_avatar {
|
9 |
background-color: transparent !important;
|