Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to reduce the size of a button in boostrap

<button type="button" class="btn btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-secondary btn-md">Medium button</button>
<button type="button" class="btn btn-secondary btn-lg">Large button</button>
Source by bootstrapious.com #
 
PREVIOUS NEXT
Tagged: #reduce #size #button #boostrap
ADD COMMENT
Topic
Name
6+6 =