Default buttons
Button styles can be applied to anything with the .btn
class applied. However, typically you'll want to apply these to only and elements for the best rendering.
Basic pills
Take that same HTML, but use .nav-pills
instead:
- class="nav nav-pills">
- class="active">
- href="#">Home
- href="#">...
- href="#">...
Button sizes
Fancy larger or smaller buttons? Add .btn-large
, .btn-small
, or .btn-mini
for additional sizes.
Create block level buttons—those that span the full width of a parent— by adding .btn-block
.