robertselvam commited on
Commit
5f2e77e
·
1 Parent(s): fe1be7e

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +28 -0
style.css CHANGED
@@ -3,9 +3,37 @@
3
  margin-left: auto;
4
  margin-right: auto;
5
  }
 
 
 
6
 
7
  #row-flex {
8
  display: flex;
9
  align-items: center;
10
  justify-content: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  }
 
3
  margin-left: auto;
4
  margin-right: auto;
5
  }
6
+ gradio-app{
7
+ background:url("file=bg.png") !important;
8
+ }
9
 
10
  #row-flex {
11
  display: flex;
12
  align-items: center;
13
  justify-content: center;
14
+ }
15
+ .leftimage .rightimage{
16
+ float:left;
17
+ filter: drop-shadow(20px 20px 10px white);
18
+ }
19
+ .leftimage{
20
+ padding-top:40px;
21
+ margin-left:310px;
22
+ }
23
+ .rightimage{
24
+ padding-top:40px;
25
+ margin-right:320px;
26
+ }
27
+ a,
28
+ a:hover,
29
+ a:visited {
30
+ text-decoration-line: underline;
31
+ font-weight: 600;
32
+ color: #1f2937 !important;
33
+ }
34
+
35
+ .dark a,
36
+ .dark a:hover,
37
+ .dark a:visited {
38
+ color: #f3f4f6 !important;
39
  }