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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -