Answers for "in css how to vertically aline text on its side to the side. of a image?"

1

css title and label aligned alongside image

<!-- moved "vertical-align:middle" style from span to img -->
<div>
  <img style="vertical-align:middle" src="https://placehold.it/60x60">
  <span style="">Works.</span>
</div>
Posted by: Guest on July-07-2020

Code answers related to "in css how to vertically aline text on its side to the side. of a image?"

Browse Popular Code Answers by Language