jithenderchoudary commited on
Commit
529a2ea
·
verified ·
1 Parent(s): 05765bb

Update assets/assets/ css_style.css

Browse files
Files changed (1) hide show
  1. assets/assets/ css_style.css +17 -0
assets/assets/ css_style.css CHANGED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* style.css */
2
+ .gradio-container {
3
+ background-color: #f5f5f5; /* Light gray background */
4
+ font-family: 'Arial', sans-serif;
5
+ }
6
+
7
+ .gradio-button {
8
+ background-color: #4CAF50; /* Green button */
9
+ color: white;
10
+ padding: 12px 24px;
11
+ border-radius: 5px;
12
+ font-size: 16px;
13
+ }
14
+
15
+ .gradio-button:hover {
16
+ background-color: #45a049; /* Darker green on hover */
17
+ }