Answers for "botstrap center img"

CSS
10

bootstrap 4 center image

/* used mx-auto d-block */

<img class="mx-auto d-block" src="https://www.w3schools.com/bootstrap4/paris.jpg" alt="https://www.w3schools.com/bootstrap4/paris.jpg"/>
Posted by: Guest on October-18-2020
0

align img bootstrap

<div class="text-center">
  <img src="..." class="rounded" alt="...">
</div>
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language