Created
October 29, 2015 11:46
-
-
Save andreasvirkus/a26a88e28fb1fc65f27e to your computer and use it in GitHub Desktop.
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
/* | |
Simple styles to have section elements skew at one end | |
*/ | |
.section { | |
clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment