Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 8, 2013 02:34
Show Gist options
  • Save SaraSoueidan/5733728 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5733728 to your computer and use it in GitHub Desktop.
Smooth Edges for Transformed Elements in CSS 3D
.element { transform: rotateY(12deg); outline: 1px solid transparent; }
/*just add a transparent outline to the image/div that's being transformed*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment