“CSS Profile Picture Round” Ответ

Преобразовать изображение в Rounshape в CSS


  img {
  border-radius: 50%;
}
Elated Elk

CSS Profile Picture Round

img{
	border-radius: 50%;
}
Powerful Porcupine

CSS Profile Picture Round

.profile-pic {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;

  object-fit: cover;
}
Lioruby

Ответы похожие на “CSS Profile Picture Round”

Вопросы похожие на “CSS Profile Picture Round”

Больше похожих ответов на “CSS Profile Picture Round” по CSS

Смотреть популярные ответы по языку

Смотреть другие языки программирования