Answers for "text area resize css"

CSS
0

text area resize css

/* Enable resize in any element */
resize: both;
 resize: horizontal;
 resize: vertical;
/* Stop resizing a text area */

 resize: none;
Posted by: Guest on December-28-2021

Browse Popular Code Answers by Language