Created
May 6, 2015 03:40
-
-
Save fotan/86212d022f9339a97b45 to your computer and use it in GitHub Desktop.
BS3 - Alerts - Dismissable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="alert alert-warning alert-dismissible" role="alert"> | |
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</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