<div class="item"></div>
.item {
width: 200px;
height: 200px;
background: #000;
clip-path: inset(0);
&:hover {
clip-path: inset(10px 20px 30px 10px round 30px)
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.