“Ronda de imagen CSS” Código de respuesta

Ronda de imagen CSS

 img {
  border-radius: 50%;
  height:200px;
  width:200px;
} 
/*image size, (height & width) both must be same.
	if they are not same then no circle. 
*/
Noob Learner

Cómo hacer esquinas redondeadas en CSS con imágenes

img{
  width: 200px;
  height:200px;
  border-radius: 50%;
}
Glorious Gnat

Respuestas similares a “Ronda de imagen CSS”

Preguntas similares a “Ronda de imagen CSS”

Más respuestas relacionadas con “Ronda de imagen CSS” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código