Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Created February 20, 2017 21:35
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/9f4a16861b52ebc1ea7374e4fa7d71bc to your computer and use it in GitHub Desktop.
Save sergiu-radu/9f4a16861b52ebc1ea7374e4fa7d71bc to your computer and use it in GitHub Desktop.
Creative Dissection Puzzles with CSS and SVG
// 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