buttons

PHOTO EMBED

Tue Feb 14 2023 10:51:57 GMT+0000 (Coordinated Universal Time)

Saved by @logesh #html

<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>
content_copyCOPY