increase size of button bootstrap code example

Example 1: button max width bootstrap

<button type="button" class="btn btn-primary btn-block">Button Name</button>

Example 2: bootstrap 4 button size

<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-secondary btn-sm">Small button</button>

Example 3: bootstrap button bigger

<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-secondary btn-lg">Large button</button>

Tags:

Html Example