Skip to content

Instantly share code, notes, and snippets.

@kandeefloss
Created June 28, 2012 22:34
Show Gist options
  • Save kandeefloss/3014414 to your computer and use it in GitHub Desktop.
Save kandeefloss/3014414 to your computer and use it in GitHub Desktop.
Untitled
div {
background-color: #900;
background-image: linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
width: 400px;
height: 200px;
position: relative
}
div:before {
content: '';
border-right: 66px solid #fff;
border-bottom: 100px solid transparent;
-webkit-transform: rotate(0.01deg);
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
}
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment