Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Created February 20, 2017 21:34
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/2ad1d289d31b9e319529c3f530092dcb to your computer and use it in GitHub Desktop.
Save sergiu-radu/2ad1d289d31b9e319529c3f530092dcb to your computer and use it in GitHub Desktop.
Creative Dissection Puzzles with CSS and SVG
$octagon-transform: (
translate(-135px, 0px) rotate(110.5deg),
translate(0px, 135px) rotate(110.5deg),
translate(135px, 0px) rotate(110.5deg),
translate(0px, -135px) rotate(110.5deg),
translate(0px, 0px) rotate(41deg),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment