Answers for "how to put the contents of a bootstrap row in center of the div"

11

bootstrap col center content

<div class="row">
    <div class="col-4 d-flex justify-content-center text-center">
        // for image and text
    </div>
</div>
Posted by: Guest on April-16-2020
0

align eliment in center of row bootstrap

<div class="row justify-content-center">
  ...inner divs and content...
</div>
Posted by: Guest on June-13-2020

Code answers related to "how to put the contents of a bootstrap row in center of the div"

Browse Popular Code Answers by Language