Answers for "center horizontally div bootstrap"

4

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
1

bootstrap center button horizontally

<button type="submit" class="btn btn-primary mx-auto d-block">Submit</button>
Posted by: Guest on June-03-2020

Code answers related to "center horizontally div bootstrap"

Browse Popular Code Answers by Language