Konvertieren Sie das Bild in Rounshape in CSS
img {
border-radius: 50%;
}
Elated Elk
img {
border-radius: 50%;
}
img{
border-radius: 50%;
}
.profile-pic {
display: inline-block;
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
}