0
How could we have an image in our website with html in circle shape??
3 Respostas
+ 2
use clip-path
https://code.sololearn.com/WKx13trpy694/?ref=app
+ 1
Try:
https://www.w3schools.com/css/css3_images.asp
make sure height and width are equal
+ 1
Try this in CSS:
img {
border-radius: 50%;
}