Border radius is not working in Chrome Browser

Abvrukr

New Member
I'm using border radius for my images, the corner of the images are not getting rounded.But the same code was working properly in Mozila Firefox.CSS :\[code\] body img { border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 1px solid #ed1d24; }\[/code\]
mDqvD.jpg
 
Back
Top