Created
March 19, 2013 08:14
-
-
Save dziudek/5194448 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
.tag { | |
background: #a00; | |
border: 1px solid #aaa; | |
border-radius: 20px 0 0 20px; | |
color: #fff; | |
float: left; | |
line-height: 28px; | |
padding: 0 8px 0 20px; | |
} | |
.tag::before { | |
background: #fff; | |
border: 1px solid #aaa; | |
border-radius: 50%; | |
content: ""; | |
display: block; | |
float: left; | |
height: 8px; | |
margin: 8px 6px 0 -10px; | |
width: 8px; | |
} |
This file contains hidden or 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
<!-- content to be placed inside <body>…</body> --> | |
<div class="tag">Tagname</div> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment