Answers for "bootstrap favorite button"

1

large button in bootstrap

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

<!-- Medium Buttons -->
<button type="button" class="btn btn-primary">Large button</button>

<!-- Small Buttons -->
<button type="button" class="btn btn-primary btn-sm">Large button</button>

<!-- Block Buttons -->
<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
Posted by: Guest on March-15-2021
0

how to add a button bootstrap

<button class="btn btn-primary">Primary</button>
<a href="#" class="btn btn-secondary">Secondary</button>
Posted by: Guest on March-09-2021

Browse Popular Code Answers by Language