Posts by FreeLa • 91 points
1 post
-
9
votes2
answers56156
viewsA: How to center all content of a div - Bootstrap
Try using flex: https://getbootstrap.com/docs/4.0/utilities/flex/ Add the classes below: <div class="row d-flex justify-content-center"> Screenshot of the page in the Bootstrap 4 documentation…