TAG
CSS
Result
Run
License
<div class="wrap"> <img src="https://resrc.devdic.com/img/bysize/below_200/01.png" /> <span class="label">After clipping ➜</span> <img class="clippimg" src="https://resrc.devdic.com/img/bysize/below_200/01.png" /> </div>
.wrap { position: relative; display: inline-block; } .clippimg { position: absolute; clip: rect(30px,166px,159px,10px); } .label { position: absolute; top: 50%; z-index: 1; left: 50%; white-space: nowrap; font-size: 20px; }
Console
expand_less
License
License
by DevDic
Close