<div class="clipped_box"></div>
.clipped_box {
width: 200px;
height: 200px;
margin: 0 auto;
background-image: url("https://search.pstatic.net/common?quality=75&direct=true&src=https%3A%2F%2Fmovie-phinf.pstatic.net%2F20211108_295%2F1636363035383sHbbs_JPEG%2Fmovie_image.jpg");
background-size: cover;
clip-path: polygon(
50% 0%,
61.8% 38.2%,
100% 38.2%,
69.1% 61.8%,
80.9% 100%,
50% 76.4%,
19.1% 100%,
30.9% 61.8%,
0% 38.2%,
38.2% 38.2%
);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.