Skip to content

Instantly share code, notes, and snippets.

@andrewgribben
Created May 30, 2016 18:37
Show Gist options
  • Save andrewgribben/5df060e574f84bf3b0e497bad82c519d to your computer and use it in GitHub Desktop.
Save andrewgribben/5df060e574f84bf3b0e497bad82c519d to your computer and use it in GitHub Desktop.
Deadzone Image hex
div {
width: 280px;
height: 280px;
background: #1e90ff;
-webkit-clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 70%, 100% 100%, 10% 100%, 0 90%, 0 10%);
clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 70%, 100% 100%, 10% 100%, 0 90%, 0 10%);
}
/* Center the demo */
html, body { height: 100%; }
body {
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment