Created
January 25, 2017 19:18
-
-
Save ayezee33/2e3f6ddb359092b2b01990b8e96ad616 to your computer and use it in GitHub Desktop.
Modest CSS Messages
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
<p class="alert success"> | |
This is a successful alert. | |
</p> | |
<p class="alert warning"> | |
This is a wanring alert. | |
</p> | |
<p class="alert error"> | |
This is an error alert. | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment