Open In App

CSS resize Property

The resize property in CSS is used to resize the element according to user requirement. It does not apply to inline elements or to block elements where overflow is visible.

Syntax:



resize: none|both|horizontal|vertical|initial;

Property value:

Article Tags :