Answers for "profile rounded picture css"

CSS
0

round image center

img.rounded {
  object-fit: cover;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
Posted by: Guest on June-23-2020

Code answers related to "profile rounded picture css"

Browse Popular Code Answers by Language