Centro de imagem redonda
img.rounded {
object-fit: cover;
border-radius: 50%;
height: 100px;
width: 100px;
}
Coding Owl
img.rounded {
object-fit: cover;
border-radius: 50%;
height: 100px;
width: 100px;
}