When I set min-height and “vertical-align: middle;” the text is not aligned vertically.
First example: http://jsfiddle.net/pkaXR/
How should I change css align image and text vertically ?
When I set min-height and vertical-align: middle; the text is not aligned vertically. First
Share
min-heightsets the minimum height of a block.vertical-alignsets the position of inline content on a line.