how to place image in center in bootstrap code example
Example 1: bootstrap class align center image
class="mx-auto d-block"
Example 2: How to insert an image in bootstrap 4
<img src="path to image" class="description" alt="Rounded Image">
class="mx-auto d-block"
<img src="path to image" class="description" alt="Rounded Image">