Can i give perfect border-radius
to images using :after
, :before
and content:""
? I know I can wrap images in span
or div
to do it. but I'm just curious if i can without adding extra element to html
I need to add perfect border to images but I cannot add border to <img>
because it's doesn't come perfect in all browser.
see my old question to know the problem How to get perfect border radius on images in all browsers?
<div class="small-images">
<img src="theme/a/img/Image_232_black.jpg">
<img src="theme/a/img/product1-232-bottom.jpg">
<img src="theme/a/img/product1-232-up.jpg">
</div>