How to make Image Border Even?
Posted
by
SNaRe
on Stack Overflow
See other posts from Stack Overflow
or by SNaRe
Published on 2012-10-24T10:38:35Z
Indexed on
2012/10/24
11:01 UTC
Read the original article
Hit count: 223
I added 1 pixel border to the image. At the same time I am trying to give radius to the image edges. My problem is since the image is already rounded with photoshop, the border of edges look thinner than it should be
You can check it from here.
How can I make the border even?
img{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border: 1px solid #000; }
<img src='http://carantina.com/wp/wp-content/themes/new/images/home_pic1.jpg'>?
© Stack Overflow or respective owner