bootstrap button-border code example
Example 1: bootstrap button outline
<button type="button" class="btn btn-outline-primary" href="#">Primary</button>
Example 2: bootstrap button full width
Create block level buttons—those that span the full width of a parent—by adding .btn-block.