0

How could we have an image in our website with html in circle shape??

13th Sep 2018, 5:15 PM
Nafiseh Moghanizadeh
Nafiseh Moghanizadeh - avatar
3 ответов
14th Sep 2018, 2:32 AM
Calviղ
Calviղ - avatar
+ 1
Try: https://www.w3schools.com/css/css3_images.asp make sure height and width are equal
13th Sep 2018, 5:21 PM
Janning⭐
Janning⭐ - avatar
+ 1
Try this in CSS: img { border-radius: 50%; }
13th Sep 2018, 6:41 PM
N00B