Answers for "content align center in bootstrap 4"

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

Bootstrap justify content of a div with Bootstrap

<div class="text-justify"></div>
Posted by: Guest on September-15-2021

Code answers related to "content align center in bootstrap 4"

Browse Popular Code Answers by Language