Add css on image

Hello, I want to add some css on an image (so that it is in a circle rather than square) but I can't. I added this css : 

.circle-image {

border-radius: 50%;

-moz-border-radius: 50%;

-webkit-border-radius: 50%;

-o-border-radius: 50%;

}

and I added it in the image but I see that it is applied on a div and not on the image. how can I do?



thank you in advance

Comments

Sign In or Register to comment.