Spaces:
Sleeping
Sleeping
Create style.css
Browse files
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 |
+
}
|