Skip to content

Instantly share code, notes, and snippets.

View stelios333's full-sized avatar

Stelios333 stelios333

View GitHub Profile
@stelios333
stelios333 / index.html
Created July 2, 2020 07:42
Resizable div
<div class='resizable'>
<div class='resizers'>
<div class='resizer top-left'></div>
<div class='resizer top-right'></div>
<div class='resizer bottom-left'></div>
<div class='resizer bottom-right'></div>
</div>
</div>