Created
February 20, 2017 21:34
-
-
Save sergiu-radu/2ad1d289d31b9e319529c3f530092dcb to your computer and use it in GitHub Desktop.
Creative Dissection Puzzles with CSS and SVG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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