Spaces:
Sleeping
Sleeping
Create static/style.css
Browse files- static/style.css +10 -0
static/style.css
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
font-family: Arial;
|
| 3 |
+
text-align: center;
|
| 4 |
+
margin-top: 40px;
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
textarea {
|
| 8 |
+
width: 300px;
|
| 9 |
+
height: 100px;
|
| 10 |
+
}
|