Answers for "how to lock the size of a textarea in html"

2

lock textarea size

textarea {
   resize: none;
}
Posted by: Guest on August-24-2020
0

change font size in textarea html

textarea { font-size: 18px; }
Posted by: Guest on December-06-2020

Code answers related to "how to lock the size of a textarea in html"

Browse Popular Code Answers by Language