B6strap

Alerts 04

Prevew in browser

code:

    <!-- Prologue -->

CONTENT START

    <h1>01-04-alerts simple</h1>

    <h3>Dismissing</h3>
    <div class="alert alert-warning alert-dismissible fade show" role="alert">
      <strong>Holy guacamole!</strong> You should check in on some of those fields below.
      <button type="button" class="close" data-dismiss="alert" aria-label="Close">
        <span aria-hidden="true">&times;</span>
      </button>
    </div>
<hr />

CONTENT END

    <!-- Epilogue -->