Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created October 29, 2015 11:46
Show Gist options
  • Save andreasvirkus/a26a88e28fb1fc65f27e to your computer and use it in GitHub Desktop.
Save andreasvirkus/a26a88e28fb1fc65f27e to your computer and use it in GitHub Desktop.
/*
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