Spaces:
Paused
Paused
Create static/style.css
Browse files- static/style.css +11 -0
static/style.css
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
font-family: Arial, sans-serif;
|
| 3 |
+
margin: 20px;
|
| 4 |
+
}
|
| 5 |
+
form {
|
| 6 |
+
margin-bottom: 20px;
|
| 7 |
+
}
|
| 8 |
+
input, button {
|
| 9 |
+
padding: 8px;
|
| 10 |
+
margin: 5px;
|
| 11 |
+
}
|