sivan26 commited on
Commit
8ea8ecd
·
verified ·
1 Parent(s): b6b507f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -11
style.css CHANGED
@@ -1,17 +1,19 @@
1
- body {
2
- background-image: url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1920&q=80");
3
  background-size: cover;
 
4
  background-attachment: fixed;
5
  background-position: center;
6
- background-repeat: no-repeat;
7
- font-family: "Helvetica Neue", sans-serif;
 
 
 
8
  }
9
 
10
- .gradio-container {
11
- background-color: rgba(255, 255, 255, 0.8);
12
- padding: 20px;
13
- border-radius: 16px;
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
+