how to make bootstrap d-flex container responsive code example
Example 1: justify content space between class bootstrap
<div class="row d-flex justify-content-between"></div>
Example 2: display flex usnig bootstrap
<div class="d-flex p-2 bd-highlight">I'm a flexbox container!</div>