image icon class bootstrap code example
Example 1: add image icon bootstrap
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>
Example 2: add image icon bootstrap
<img src="..." alt="..." class="img-thumbnail">
<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>
<img src="..." alt="..." class="img-thumbnail">