“Obraz CSS” Kod odpowiedzi

Obraz 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

Jak zrobić zaokrąglone zakątki w CSS z obrazami

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

Odpowiedzi podobne do “Obraz CSS”

Pytania podobne do “Obraz CSS”

Więcej pokrewnych odpowiedzi na “Obraz CSS” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu