bootstrap flex collumn code example
Example 1: bootstrap flex direction column
d-flex flex-column
Example 2: ustify-content: flex-end; bootstrap
<div class="d-flex justify-content-end">...</div>
Example 3: bootstrap display flex
<div class="d-flex">I'm a flexbox container!</div>