bootstrap flex row direction code example
Example 1: bootstrap flex direction column
d-flex flex-column
Example 2: display flex usnig bootstrap
<div class="d-flex p-2 bd-highlight">I'm a flexbox container!</div>
d-flex flex-column
<div class="d-flex p-2 bd-highlight">I'm a flexbox container!</div>