Bootstrap 3 image align center
Bootstrap 3 image align center : You can make image align center in bootstrap 3 as below.
Bootstrap 3 image align center
You Can use in-built class center-block to image align center in a container.
<img src="my-image.jpg" alt="Bootstrap 3 image align center Demo Image" class="img-responsive center-block" /> |
Advertisements