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