<div class="circle-photo">
<img src="https://images.mypetlife.co.kr/content/uploads/2019/09/09152948/cat-baby-4208578_1920.jpg" width="250px" height= 150px">
</div>
.circle-photo {
border: 1px solid black;
width: 230px;
height: 140px;
border-radius: 50%;
overflow: hidden;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.