Answers for "how to align items center and justify content center div row and col inside container bootstrap 4"

12

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
-1

bootstrap justify-content-center for lg

<div class="row justify-content-lg-center"><div>
Posted by: Guest on June-17-2020

Code answers related to "how to align items center and justify content center div row and col inside container bootstrap 4"

Browse Popular Code Answers by Language