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