@LonelyBuddy
Posted
You can just give a div a background-image and style it like this:
background: url(images/image-anne.jpg) no-repeat center/cover;
width: 51px;
height: 51px;
border-radius: 50%;
Marked as helpful
@NhanPhamTrong
Posted
@LonelyBuddy I mean can we only change the border radius of background image but not affect to border of element? I usually use your way but I suddenly thought about this question.