“cara membuat sudut bulat di css dengan gambar” Kode Jawaban

CSS Image Round

 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

cara membuat sudut bulat di css dengan gambar

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

cara mengitari tepi gambar dalam html

img.rounded-corners {
  border-radius: 30px;
}
Prickly Penguin

cara membuat sudut bulat di css dengan gambar

 img {
  border-radius: 50%;
  height:100px;
  width:100px;
}
/* change image height and width to see your image preview. 
for me all of the different images dimensions are rounded with this css*/
/*Note :Height and width should be of same  size*/
Beautiful Buzzard

Jawaban yang mirip dengan “cara membuat sudut bulat di css dengan gambar”

Pertanyaan yang mirip dengan “cara membuat sudut bulat di css dengan gambar”

Lebih banyak jawaban terkait untuk “cara membuat sudut bulat di css dengan gambar” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya