Bootstrap 5 provides different styles of buttons.
.btn class provides the basic styling, followed by a color class like .btn-primary.
For buttons with an outline (no background color), use the .btn-outline-* classes.
.btn-lg for large, .btn-sm for small.
Edit the code below and click Run to see the result live.