Karthikeyan commited on
Commit
3cd9a1d
1 Parent(s): 82c1af2

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -4,7 +4,7 @@
4
  margin-right: auto;
5
  }
6
  .gradio-container
7
- {background-color: red}
8
  .heightfit{
9
  height:150px;
10
  }
 
4
  margin-right: auto;
5
  }
6
  .gradio-container
7
+ {background: linear-gradient(90deg, rgba(0,1,36,1) 0%, rgba(71,58,204,1) 35%, rgba(46,232,174,1) 100%);}
8
  .heightfit{
9
  height:150px;
10
  }