Skip to content

Instantly share code, notes, and snippets.

@since1976
Created August 13, 2013 22:07
Show Gist options
  • Save since1976/6226186 to your computer and use it in GitHub Desktop.
Save since1976/6226186 to your computer and use it in GitHub Desktop.
Different types of alert messages marked up
<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