How to make round images in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make round images in css

i have an image that is square and i wamt to make it a circle.

6th Aug 2017, 12:54 PM
Jeremiah Rousseau
5 Answers
+ 5
img {border-radius: 50%} in css
6th Aug 2017, 1:06 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
set the border-radius to 50%
6th Aug 2017, 12:59 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
0
thanks for that i have tried to apply border radius to an img tag im assuming this is not possible is that right
6th Aug 2017, 1:00 PM
Jeremiah Rousseau
0
ok i must be doing something wrong somewhere else then thanks for the answer David
6th Aug 2017, 1:08 PM
Jeremiah Rousseau