Spaces:
Running
Running
Create style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
background: #f7fafe;
|
| 3 |
+
font-family: "Inter", sans-serif;
|
| 4 |
+
}
|
| 5 |
+
|
| 6 |
+
.gr-textbox, .gr-button {
|
| 7 |
+
border-radius: 8px;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.output-box {
|
| 11 |
+
border-radius: 12px;
|
| 12 |
+
padding: 10px;
|
| 13 |
+
background: #ffffff;
|
| 14 |
+
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
|
| 15 |
+
}
|