Spaces:
Running
Running
Update static/styles.css
Browse files- static/styles.css +10 -0
static/styles.css
CHANGED
@@ -60,6 +60,16 @@ input[type="text"] {
|
|
60 |
font-size: 16px;
|
61 |
}
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
/* Slider styles */
|
64 |
input[type="range"] {
|
65 |
width: 100%;
|
|
|
60 |
font-size: 16px;
|
61 |
}
|
62 |
|
63 |
+
textarea {
|
64 |
+
width: 75%;
|
65 |
+
height: 200px;
|
66 |
+
padding: 10px;
|
67 |
+
border: 1px solid #ccc;
|
68 |
+
border-radius: 4px;
|
69 |
+
font-size: 16px;
|
70 |
+
}
|
71 |
+
|
72 |
+
|
73 |
/* Slider styles */
|
74 |
input[type="range"] {
|
75 |
width: 100%;
|