Answers for "bootstrap class contern center of screen"

6

centralize div bootstrap

<div class="row align-items-center justify-content-center">
    <div class="col">This will be centered vertically and horizontally</div>
</div>
Posted by: Guest on May-29-2020
0

make div center of screen bootstrap 5

<div class="d-flex justify-content-md-center align-items-center vh-100">
    <p>Your Content</p>
</div>
Posted by: Guest on April-02-2022

Code answers related to "bootstrap class contern center of screen"

Browse Popular Code Answers by Language