resize
resize: none | both | horizontal | vertical | initial | inherit;
- none - Default value. The user cannot resize the element.
- both - The user can resize both the height and width of the element.
- horizontal - The user can resize the width of the element.
- vertical - The user can resize the height of the element.
- initial - Sets this property to its default value.
- inherit - Inherits this property from its parent element.