Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created March 19, 2013 08:14
Show Gist options
  • Save dziudek/5194448 to your computer and use it in GitHub Desktop.
Save dziudek/5194448 to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<!-- content to be placed inside <body>…</body> -->
<div class="tag">Tagname</div>
// alert('Hello world!');
{"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