How to make a text stand by the right side of an image using html and css -


i need text stand right side of image on same level have this

<a class="following-row" href="index-2.html?pid=2306">                     <img alt="girls logo" src="photos/users/35257/resized/9fd79de3589edff68db18bb6141025c3.jpg">                     <span class="following-row-text">girls<span class="item-details"> · 78 followers</span></span>                 </a> 

i cant have correct set of css styling give me want, please need help.

thanks

<div>    <img style="vertical-align:middle" src="http://cdn.jssor.com/demos/img/icons/icon_chrome.png">    <span style="">girls · 78 followers</span>  </div>

check snippet


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -