I want to convert square shape image into round shape image but when i applied " border-radius:50px; " it's giving me oval kind of shape. I tried a lot of things but its just not working. Any help would be appreciated. This is my HTML code -
<img class=" skill-row-img" src="images/200w.webp" alt="">
this is my CSS code -
.skill-row-img { width: 25%; border-radius: 50% ;}
This is how my images are looking on the website .I want them to have a round shape.