robertselvam commited on
Commit
1fa4933
1 Parent(s): 856b968

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +39 -0
style.css CHANGED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 700px;
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
+ }