Created
February 20, 2017 21:35
-
-
Save sergiu-radu/9f4a16861b52ebc1ea7374e4fa7d71bc 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
// From: http://stackoverflow.com/a/33152824/4908989 | |
// Detect IE8+ and Edge | |
if (document.documentMode || /Edge/.test(navigator.userAgent)) { | |
document.body.className = 'ie-edge'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment