Simple alert

PHOTO EMBED

Tue Feb 01 2022 19:32:49 GMT+0000 (Coordinated Universal Time)

Saved by @viresh #html

    <div class="alert alert-primary text-sm mx-5 p-4 rounded-sm">
      This is Primary Alert Example
    </div>

    <div class="alert alert-danger text-sm mx-5 p-4 rounded-sm">
      This is Danger Alert Example
    </div>

    <div class="alert alert-success text-sm mx-5 p-4 rounded-sm">
      This is Success Alert Example
    </div>

    <div class="alert alert-warning text-sm mx-5 p-4 rounded-sm">
      This is Warning Alert Example
    </div>
content_copyCOPY