Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Last active September 8, 2015 09:46
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 dhunmoon/2c9a6bb5a9e2d0ec4b30 to your computer and use it in GitHub Desktop.
Save dhunmoon/2c9a6bb5a9e2d0ec4b30 to your computer and use it in GitHub Desktop.
CSS: Transform Rotate
transform: rotate(181deg) ;
-webkit-transform: rotate(181deg) ;
-moz-transform: rotate(181deg) ;
-o-transform: rotate(181deg) ;
-ms-transform: rotate(181deg) ;
/*
For IE 8 Support Go to link Below:
http://www.useragentman.com/IETransformsTranslator/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment