Alerts

Simple Alerts

Copy
<divclass="container py-5"><divclass="row"><divclass="alert alert-primary text-white font-weight-bold"role="alert">
      A simple primary alert—check it out!
    </div><divclass="alert alert-secondary text-white font-weight-bold"role="alert">
      A simple secondary alert—check it out!
    </div><divclass="alert alert-success text-white font-weight-bold"role="alert">
      A simple success alert—check it out!
    </div><divclass="alert alert-danger text-white font-weight-bold"role="alert">
      A simple danger alert—check it out!
    </div><divclass="alert alert-warning text-white font-weight-bold"role="alert">
      A simple warning alert—check it out!
    </div><divclass="alert alert-info text-white font-weight-bold"role="alert">
      A simple info alert—check it out!
    </div><divclass="alert alert-light text-white font-weight-bold"role="alert">
      A simple light alert—check it out!
    </div><divclass="alert alert-dark text-white font-weight-bold"role="alert">
      A simple dark alert—check it out!
    </div></div></div>

Alerts with Links

Screenshot
alerts-2

Alerts with Content

Screenshot
alerts-3

Dismissing Alert

Screenshot
alerts-4