Buttons in Bootstrap are styled using classes like .btn
, .btn-primary
, .btn-danger
, and more. You can easily customize their size, color, and behavior.
Official docs: Bootstrap Buttons Docs
Type or edit the button code below and preview it live:
.btn
with color classes like .btn-danger
, .btn-success
, or .btn-outline-primary
. Add btn-lg
or btn-sm
for size variations.