content between bootstrap code example
Example 1: ustify-content: flex-end; bootstrap
<div class="d-flex justify-content-end">...</div>
Example 2: justify content space between class bootstrap
<div class="row d-flex justify-content-between"></div>