try

HTML
<div id="app-container"> <h1><i><b><u>*********Text To Speach*********</u></b></i></h1> <div id="try"> <textarea id ="try" placeholder= "Type Some Text"></textarea> </div>
CSS
#app-container{ font-size: 20px; color: black; text-align: center; letter-spacing:1px; } #try{ font-size:25px; color:black; background-color: rgba(255,255,255,0.5); height:350px; Width:100%; padding:10px; resize:none; text-align:center; }
JAVASCRIPT
Expand for more options Login