Created
October 26, 2015 15:55
-
-
Save fredericmarx/ff0629c57f68a8b9189f to your computer and use it in GitHub Desktop.
Parallel perspective button outline with css `clip-path`
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
$button-offset: .5em; | |
clip-path: polygon(0 $button-offset, $button-offset 0, 100% 0, 100% calc(100% - #{$button-offset}), calc(100% - #{$button-offset}) 100%, 0 100%);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment