Skip to content

Instantly share code, notes, and snippets.

@xiaohutai
Last active April 5, 2019 12:46
Show Gist options
  • Save xiaohutai/a01bb149032a9252ec9e552b5a567259 to your computer and use it in GitHub Desktop.
Save xiaohutai/a01bb149032a9252ec9e552b5a567259 to your computer and use it in GitHub Desktop.
Decagon clip-path
.decagon {
clip-path: polygon(
34.54915% 2.44717%,
65.45085% 2.44717%,
90.45085% 20.61074%,
100% 50%,
90.45085% 79.38926%,
65.45085% 97.55283%,
34.54915% 97.55283%,
9.54915% 79.38926%,
0% 50%,
9.54915% 20.61074%
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment