how to position a button in the center of the html using boot strap grid code example
Example: bootstrap center button
<div class="text-center">
<button type="button">centered button</button>
</div>
<div class="text-center">
<button type="button">centered button</button>
</div>