Skip to content

Instantly share code, notes, and snippets.

@feimoslong
Created June 18, 2012 09:09
Show Gist options
  • Save feimoslong/2947589 to your computer and use it in GitHub Desktop.
Save feimoslong/2947589 to your computer and use it in GitHub Desktop.
rotate
.mini_tags_3{
position:absolute;top:0;
left:0;
transform:rotate(-45deg) translate(-30px,-12px);
-webkit-transform:rotate(-45deg) translate(-30px,-12px);
-moz-transform:rotate(-45deg) translate(-30px,-12px);
filter:progid:DXImageTransform.Microsoft.Matrix(SizingMethod="auto expand",M11=0.7,M12=0.7,M21=-0.7,M22=0.7);
}
</style>
<!--[if IE]>
<style>
.mini_tags_3{top:-25px;left:-25px;}
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment