Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created December 25, 2012 19:31
Show Gist options
  • Save dziudek/4374989 to your computer and use it in GitHub Desktop.
Save dziudek/4374989 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
**/
#badge {
border:1px solid #eee;
height: 80px;
overflow: hidden;
position: relative;
text-indent: -9999px;
width: 80px;
}
#badge::after {
background: #d44;
color: #fff;
content: "Popular";
display: block;
font-family: Arial;
font-size: 12px;
height: 20px;
line-height: 21px;
padding: 30px 0 0 0;
position: absolute;
text-align: center;
text-indent: 0;
text-transform: uppercase;
top:0;
transform: rotate(45deg);
transform-origin: 60% 60%;
width: 120px;
}
<!-- content to be placed inside <body>…</body> -->
<div id="badge">New</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment