Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created December 2, 2015 15:07
Show Gist options
  • Select an option

  • Save jeffscottbrown/2224dd4bc68919989948 to your computer and use it in GitHub Desktop.

Select an option

Save jeffscottbrown/2224dd4bc68919989948 to your computer and use it in GitHub Desktop.
div {
width: 280px;
height: 280px;
background-image: url(http://images.mentalfloss.com/sites/default/files/styles/article_640x430/public/bill_ted1.jpg);
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 0% 100%);
}
/* Center the demo */
html, body { height: 100%; }
body {
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment