Spaces:
Sleeping
Sleeping
Upload style.css
Browse files
style.css
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.text-area {
|
2 |
+
height: 586px;
|
3 |
+
}
|
4 |
+
|
5 |
+
.audio {
|
6 |
+
height: 170px;
|
7 |
+
}
|
8 |
+
.example{
|
9 |
+
height: 170px;
|
10 |
+
}
|
11 |
+
#submit-btn {
|
12 |
+
color: #fff;
|
13 |
+
background: #409eff;
|
14 |
+
border-color: #409eff;
|
15 |
+
}
|
16 |
+
#submit-btn:hover{
|
17 |
+
background: #66b1ff;
|
18 |
+
border-color: #66b1ff;
|
19 |
+
color: #fff;
|
20 |
+
}
|
21 |
+
#clear-btn {
|
22 |
+
color: #fff;
|
23 |
+
background: #e6a23c;
|
24 |
+
border-color: #e6a23c;
|
25 |
+
}
|
26 |
+
#clear-btn:hover {
|
27 |
+
color: #fff;
|
28 |
+
background: #ebb563;
|
29 |
+
border-color: #ebb563;
|
30 |
+
}
|