Answers for "bootstrap 4 navbar center"

41

bootstrap 4 center div

<div class="d-flex justify-content-start">...</div>
<div class="d-flex justify-content-end">...</div>
<div class="d-flex justify-content-center">...</div>
<div class="d-flex justify-content-between">...</div>
<div class="d-flex justify-content-around">...</div>
Posted by: Guest on February-23-2020
0

bootstrap 4 pagination center

Use the class .justify-content-center on the .pagination ul.

e.g. <ul class="pagination justify-content-center">
Posted by: Guest on May-02-2020

Browse Popular Code Answers by Language