html5 - HTML image tag seems like have some margin or padding -
html5 - HTML image tag seems like have some margin or padding -
i working on new porfolio website development, i'm development stage , started walking @ problem. seems image tags little margin or padding on bottom have 4px exact. have margins , padding 0 put, not resolved. how solve this?
i love hear you.
images typically vertically aligned baseline of text, causes bit of spacing @ bottom. using vertical-align: middle
or vertical-align: top
should prepare issue.
here's example: http://jsfiddle.net/jga5f/2/
html html5
Comments
Post a Comment