Spaces:
Sleeping
Sleeping
Commit ·
1abab35
1
Parent(s): 927b192
feat: adjusting-btn-writing-tab
Browse files- assets/styles.css +9 -0
assets/styles.css
CHANGED
|
@@ -94,6 +94,15 @@ body,
|
|
| 94 |
align-items: center;
|
| 95 |
}
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
#essay-text,
|
| 98 |
#chatbot-writing {
|
| 99 |
flex: 1 1 100%;
|
|
|
|
| 94 |
align-items: center;
|
| 95 |
}
|
| 96 |
|
| 97 |
+
#play-audio-btn {
|
| 98 |
+
background-color: greenyellow;
|
| 99 |
+
color: black;
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
#clear-essay-btn {
|
| 103 |
+
background-color: red;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
#essay-text,
|
| 107 |
#chatbot-writing {
|
| 108 |
flex: 1 1 100%;
|