center button horizontally bootstrap code example
Example 1: button center bootstrap
<div class="text-center">
<button type="button" class="btn btn-primary">My button</button>
</div>
Example 2: bootstrap center button horizontally
<button type="submit" class="btn btn-primary mx-auto d-block">Submit</button>