0
How do I make a square image circular ?
5 Respuestas
+ 5
Css
.img{
width:x px/cm/rem/em ++;
height:x px/cm/rem/em ++;
border-radius:50%;
}
Remember you have to use same size for width & height.
+ 2
Md Sayed Tnx
+ 1
Border-radius: 100%;
+ 1
Example ..
Width:80px;
height:80px;
Border-radius:50%;
0
No 100%