Created
May 11, 2012 15:03
-
-
Save chestozo/2660304 to your computer and use it in GitHub Desktop.
Untitled
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.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; | |
} |
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="tag">I am a tag</div> |
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
{"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