Added the btn-block class in size (#20644)

This commit is contained in:
Austen Pritchett
2018-10-31 17:10:20 -06:00
committed by Tom
parent 347882117a
commit 202142ee4a

View File

@ -72,6 +72,10 @@ This is a list of the CSS classes for different size of the buttons.
`<button type="button" class="btn btn-xs">Extra Small</button>`
`.btn-block` This is bootstrap's full width button.
<button type="button" class="btn btn-block">Block</button>
#### Bootstrap Outlined Buttons:
It is possible to also have outlined buttons rather than fully colored in ones. This is achieved by placing the mid fix `outline` between the button class you want. A sample usage would be as follows: