diff --git a/css/text-to-speech.css b/css/text-to-speech.css new file mode 100644 index 0000000..5544070 --- /dev/null +++ b/css/text-to-speech.css @@ -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%; +}