<div class="bg">
<img class="img-inset01" src="https://www.eyesofc.co.jp/webeyes/_demo/torarin/202104/sample.jpg" alt="サンプル画像">
</div>
.bg {
width: 320px;
background-color: #003366;
}
img {
max-width: 320px;
width: 100%;
}
.img-inset01 {
clip-path: inset(20px);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.