Last active
March 3, 2019 09:12
-
-
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
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
| // 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