Skip to content

Instantly share code, notes, and snippets.

@julienborrel
Created November 12, 2012 12:12
Show Gist options
  • Save julienborrel/4059039 to your computer and use it in GitHub Desktop.
Save julienborrel/4059039 to your computer and use it in GitHub Desktop.
D'KONSCHTKËSCHT TEST
/**
* D'KONSCHTKËSCHT TEST
*/
.KONSCHTKESCHT {
width: 50px;
height: 50px;
margin: 0 auto;
background-color: tomato;
position: relative;
}
.KONSCHTKESCHT:before {
content: "";
width: 50px;
height: 50px;
transform: skewY(0.5rad);
background-color: #342C63;
position: absolute;
top:0;
left: 100%;
}
<body>
<div class=KONSCHTKESCHT></div>
</body>
{"view":"split","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