Answers for "justify-content: center; bootstrap"

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
4

bootstrap justify-content-center for md

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

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 "justify-content: center; bootstrap"

Browse Popular Code Answers by Language