Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Created February 20, 2017 21:36
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 sergiu-radu/9a7ce1f47df6e5a502e02006c60e7f3a to your computer and use it in GitHub Desktop.
Save sergiu-radu/9a7ce1f47df6e5a502e02006c60e7f3a to your computer and use it in GitHub Desktop.
Creative Dissection Puzzles with CSS and SVG
/* Fallback for Internet Explorer and Edge */
.ie-edge {
.clip {
// Hiding all pieces
display: none;
// Show the first piece without transforms
&:first-child {
display: block;
transform: translate(0, 0) !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment