Skip to content

Instantly share code, notes, and snippets.

@cliftoncanady
Created October 25, 2012 15:46
Show Gist options
  • Save cliftoncanady/3953530 to your computer and use it in GitHub Desktop.
Save cliftoncanady/3953530 to your computer and use it in GitHub Desktop.
CSS: CSS3 Transforms
/*******
CSS3 Transforms
*************************************/
-webkit-transform: perspective(250) rotateX(45deg);
-moz-transform: perspective(250) rotateX(45deg);
-ms-transform: perspective(250) rotateX(45deg);
-o-transform: perspective(250) rotateX(45deg);
transform: perspective(250) rotateX(45deg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment