flex center bootstrap code example
Example 1: bootstrap justify-content-center for md
<div class="row justify-content-md-center"></div>
Example 2: ustify-content: flex-end; bootstrap
<div class="d-flex justify-content-end">...</div>
Example 3: display flex usnig bootstrap
<div class="d-flex p-2 bd-highlight">I'm a flexbox container!</div>
Example 4: bootstrap display flex
<div class="d-flex">I'm a flexbox container!</div>