In the middle

align text to the middle of a picture.

by dixalex

HTML

<div>
  <img style="vertical-align:middle" src="https://placehold.it/60x60">Works.
</div>