Skip to content

Instantly share code, notes, and snippets.

@bbttxu
Created March 14, 2011 19:34
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 bbttxu/869719 to your computer and use it in GitHub Desktop.
Save bbttxu/869719 to your computer and use it in GitHub Desktop.
.rotate
-moz-transform: rotate(40deg)
-ms-transform: rotate(40deg)
-o-transform: rotate(40deg)
-webkit-transform: rotate(40deg)
transform: rotate(40deg)
#foo
font-size: 150%
@extend .rotate
#bar
background: silver
@extend .rotate
#baz
background: white
@extend .rotate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment