<button type="button" class="btn p-1 br-5 text-light btn-primary">Primary</button> <button type="button" class="btn p-1 br-5 text-light btn-secondary">Secondary</button> <button type="button" class="btn p-1 br-5 text-light btn-success">Success</button> <button type="button" class="btn p-1 br-5 text-light btn-danger">Danger</button> <button type="button" class="btn p-1 br-5 text-light btn-warning">Warning</button> <button type="button" class="btn p-1 br-5 text-light btn-info">Info</button> <button type="button" class="btn p-1 br-5 text-dark btn-light">Light</button> <button type="button" class="btn p-1 br-5 text-light btn-dark">Dark</button>