Advertisement
valno

alert-dismissable

Jan 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <div class="alert alert-warning alert-dismissible fade show" role="alert">
  2.   <strong>Holy guacamole!</strong> You should check in on some of those fields below.
  3.   <button type="button" class="close" data-dismiss="alert" aria-label="Close">
  4.     <span aria-hidden="true">&times;</span>
  5.   </button>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement