Skip to content

Commit

Permalink
Create text-to-speech.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TMHSDigital authored Aug 10, 2024
1 parent 8428d15 commit 1c907dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/text-to-speech.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* Text-to-Speech specific styles */
#text-input {
width: 100%;
height: 100px;
resize: vertical;
}

#voice-select {
margin-bottom: 1rem;
}

#speak-button {
width: 100%;
}

0 comments on commit 1c907dd

Please sign in to comment.