<h1>Resize Property (resize: both)</h1> <div class="box">resize: both</div>
.box{ border: 1px solid; width: 250px; height: 100px; padding: 20px; resize: both; overflow: auto; }
HTML
CSS
JS