bootstrap class button on the right side code example
Example: bootstrap examples of two buttons left and right
<div class="text-left">
<button type="button" class="btn btn-primary">Left Aligned Button</button>
</div>
<div class="text-left">
<button type="button" class="btn btn-primary">Left Aligned Button</button>
</div>