Skip to content

Instantly share code, notes, and snippets.

@JonathanDn
Last active March 3, 2019 09:12
Show Gist options
  • Select an option

  • Save JonathanDn/50550f17d49a4b99cf29b184301cf7f3 to your computer and use it in GitHub Desktop.

Select an option

Save JonathanDn/50550f17d49a4b99cf29b184301cf7f3 to your computer and use it in GitHub Desktop.
How Facebook Designs Microinteractions for Feature Discovery article second gist - https://bit.ly/2EtfB6V
// A Four Cornered Star (8 points in total, 4 outter, 4 inner)
clip-path: polygon(
0 0,
100px 50px,
200px 0,
150px 100px,
200px 200px,
100px 150px,
0 200px,
50px 100px
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment