Skip to content

Instantly share code, notes, and snippets.

@fotan
Created May 6, 2015 03:40
Show Gist options
  • Save fotan/86212d022f9339a97b45 to your computer and use it in GitHub Desktop.
Save fotan/86212d022f9339a97b45 to your computer and use it in GitHub Desktop.
BS3 - Alerts - Dismissable
<div class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Warning!</strong> Better check yourself, you're not looking too good.
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment