Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created May 11, 2012 15:03
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 chestozo/2660304 to your computer and use it in GitHub Desktop.
Save chestozo/2660304 to your computer and use it in GitHub Desktop.
Untitled
div.tag {
background: #EDF;
display: inline-block;
padding: .3em .6em;
padding-left: .8em;
border-radius: .6em;
font: 10pt arial;
text-shadow: 1px 1px #F7F7F7;
}
div.tag:before {
background: #FFF;
width: .6em;
height: .6em;
display: inline-block;
border-radius: 6px;
border: 1px solid #CCC;
content: '';
top: .em;
left: -.4em;
position: relative;
}
<div class="tag">I am a tag</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment