Css property vertical-align: vertical align of an image relative to a text
Contrary to what is often thought, the CSS property vertical-align does not align vertically an inline item within a block element. For example, a picture will not be centered vertically within its div container using the value 'middle'. Below, I will use the vertical-align property and its different values to position an image in relation to a text (both inline elements) contained in a div container. ...
Read more ›