Created
August 13, 2013 22:07
-
-
Save since1976/6226186 to your computer and use it in GitHub Desktop.
Different types of alert messages marked up
This file contains 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"> | |
<p>Looks like you have already signed up using that email address. Would you like to <a href="/account">Sign in instead</a>?</p> | |
</div> | |
<div class="alert alert--info"> | |
<p><strong>Info:</strong> Looks like you have already signed up using that email address. Would you like to <a href="/account">Sign in instead</a>?</p> | |
</div> | |
<div class="alert alert--warning"> | |
<p><strong>Warning:</strong> Looks like you have already signed up using that email address. Would you like to <a href="/account">Sign in instead</a>?</p> | |
</div> | |
<div class="alert alert--success"> | |
<p><strong>Success:</strong> Looks like you have already signed up using that email address. Would you like to <a href="/account">Sign in instead</a>?</p> | |
</div> | |
<div class="alert alert--error"> | |
<p><strong>Error:</strong> Looks like you have already signed up using that email address. Would you like to <a href="/account">Sign in instead</a>?</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment