Skip to content

Instantly share code, notes, and snippets.

@IllusionMH
Created February 11, 2014 12:01
Show Gist options
  • Save IllusionMH/8933608 to your computer and use it in GitHub Desktop.
Save IllusionMH/8933608 to your computer and use it in GitHub Desktop.
Untitled
.container {
width: 80px;
overflow: hidden;
}
.arrow {
width: 40px;
height:30px;
background: gray;
box-shadow: 0 0 7px rgba(0,0,0,0.6);
transform: rotate(24deg) skewX(-45deg) translateX(-9px) translateY(-22px);
}
<div class="container">
<div class="arrow"></div>
</div>
// alert('Hello world!');
{"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