Web Textarea 1
Run
HTML
Textarea
<textarea class="web-textarea">Textarea</textarea>
CSS
.web-textarea{ width: 300px; height: 150px; resize: both; border: 2px solid #19a9a6; font-size: 15px; font-family: courier; font-weight: normal; letter-spacing: 1px; text-align: center; color: #d1d1d1; background: #252526; }
Follow Us