bootstrap class for image and text inline code example
Example: image on text in bootstrap
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>