Looking for assistance to align text on the right side of an image at the same level. Below is the code I have:
<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 am struggling to find the right CSS styling for the desired layout. Any help is appreciated.
Thank you