Answers for "centralizing to the middle of the screen with bootstrap 5"

0

centralizing to the middle of the screen with bootstrap 5

<div class="d-grid gap-2 col-6 mx-auto">
  <button class="btn btn-primary" type="button">Button</button>
  <button class="btn btn-primary" type="button">Button</button>
</div>
Posted by: Guest on February-07-2022

Code answers related to "centralizing to the middle of the screen with bootstrap 5"

Browse Popular Code Answers by Language