Keiraj commited on
Commit
fafc9b0
·
verified ·
1 Parent(s): 4c1fe97

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -0
style.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .gradio-container {
2
+ background-color: #ffccff; /* Pink background */
3
+ font-family: "Comic Sans MS"; /* Fun font */
4
+ }
5
+ .gradio-button {
6
+ background-color: #ff66b2; /* Pink button */
7
+ color: white; /* White text */
8
+ }
9
+ .gradio-input {
10
+ background-color: #ffccff; /* Pink input box */
11
+ }