+ 3
How To Make A Circle picture in html
6 Respuestas
+ 3
.rounded {
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
}
https://code.sololearn.com/W9Al2k1N3uig/?ref=app
+ 1
https://code.sololearn.com/WOZgiP8blel8/?ref=app
+ 1
Use border-radius: 50%.
- 1
img{
border-radius: 100%;
}