Skip to content

Instantly share code, notes, and snippets.

@hlashbrooke
Created April 10, 2013 13:22
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 hlashbrooke/5354573 to your computer and use it in GitHub Desktop.
Save hlashbrooke/5354573 to your computer and use it in GitHub Desktop.
CSS transforms on catherinelashbrooke.com
#polaroid1 {
top: 55px;
left: 44px;
transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment