I am working on aligning an image and a div inline while ensuring that the tops of both elements are aligned as well. This is my current code snippet:
<div>
<img src="http://lorempixel.com/500/333/nature/2" class="img-fluid d-inline-block">
<div class="comment d-inline-block">
<div class="comment-header">
<span>title</span>
</div>
<blockquote>comment</blockquote>
</div>
Although I have tried using the class "d-inline-block", the text does not align properly at the top as desired.
You can view the alignment issue here:http://www.bootply.com/zpj12TL4wI