Skip to content

Instantly share code, notes, and snippets.

@pinalj
Created November 2, 2017 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinalj/2a9a3b515abf3c9cf6642f9b4d8c9a8d to your computer and use it in GitHub Desktop.
Save pinalj/2a9a3b515abf3c9cf6642f9b4d8c9a8d to your computer and use it in GitHub Desktop.
HTML for notices
<div class='notice notice-error'>
<p>Uh oh! We just received an error.</p>
</div>
<div class='notice notice-success'>
<p>This is an awesome way to add notices!</p>
</div>
<div class='notice notice-info'>
<p>This is supposed to be some informative text.</p>
</div>
<div class='notice notice-warning'>
<p>Please don't add notices.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment