Skip to content

Instantly share code, notes, and snippets.

@ewistrand
Created April 4, 2016 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewistrand/af5e6a1ace4d6dbc621776b8277fddf6 to your computer and use it in GitHub Desktop.
Save ewistrand/af5e6a1ace4d6dbc621776b8277fddf6 to your computer and use it in GitHub Desktop.
div:before {
position: absolute;
content: " ";
display: block;
left: 0;
top: 0;
border-right: 50px solid #fff;
border-bottom: 50px solid transparent;
width: 50% !important;
height: 0;
z-index: 9;
}
div:after{
position: absolute;
content: " ";
display: block;
right: 0;
top: 0;
border-left: 50px solid #fff;
border-bottom: 50px solid transparent;
width: 50% !important;
height: 0;
z-index: 9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment