Skip to content

Instantly share code, notes, and snippets.

@2dpi
Last active August 29, 2015 13:56
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 2dpi/9209392 to your computer and use it in GitHub Desktop.
Save 2dpi/9209392 to your computer and use it in GitHub Desktop.
HTML: W3 Lables
<!--
LABEL > set style (warning, success, info, errro, add)
EXPAND with float, inline, outline_, grad, in_ or out_ etc..
-->
<span class="inline in_tighter outline_round label_warning">Label</span>
<span class="inline in_tighter outline_round label_success">Label</span>
<span class="inline in_tighter outline_round label_info">Label</span>
<span class="inline in_tighter outline_round label_error">Label</span>
<span class="inline in_tighter outline_round label_add">Label</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment