Skip to content

Instantly share code, notes, and snippets.

@Pafuxu
Created April 4, 2009 23:08
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 Pafuxu/90319 to your computer and use it in GitHub Desktop.
Save Pafuxu/90319 to your computer and use it in GitHub Desktop.
.label {
background: url(label\ green-64.png) no-repeat center center ;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
width: 64px;
height: 64px;
margin: 0;
padding: 0;
position: absolute;
top: -15px;
right: -15px;
}
.label span {
color: rgb(100, 100, 100);
font-size: 14px;
line-height: 1;
font-family: Helvetica, sans-serif;
font-weight: bold;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-transform: rotate(40deg);
text-shadow: white 0px 1px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment