0
How to make round images in css
i have an image that is square and i wamt to make it a circle.
5 Antworten
+ 5
img {border-radius: 50%} in css
+ 3
set the border-radius to 50%
0
thanks for that i have tried to apply border radius to an img tag im assuming this is not possible is that right
0
ok i must be doing something wrong somewhere else then thanks for the answer David