Created
January 14, 2014 05:49
-
-
Save DeanPoulin/8413687 to your computer and use it in GitHub Desktop.
Dismissable Alerts
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-dismissable"> | |
| <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> | |
| <strong>Warning!</strong> Best check yo self, 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