bootstrap button no border code example
Example 1: bootstrap button outline
<button type="button" class="btn btn-outline-primary" href="#">Primary</button>
Example 2: boostrap 4 button with no button and border
<Button type = "button" class = "btn btn-primary btn-lg"> Large button </ button>