Skip to content

Instantly share code, notes, and snippets.

@beiyuu
Created January 10, 2014 08:46
Show Gist options
  • Save beiyuu/8348719 to your computer and use it in GitHub Desktop.
Save beiyuu/8348719 to your computer and use it in GitHub Desktop.
.arrow-outter,
.arrow-inner {
left: 285px;
border: 8px dashed transparent;
display: block;
position: absolute;
height: 0;
width: 0;
}
.arrow-inner {
top: -15px;
border-bottom: 8px solid #fff;
font-size: 0;
line-height: 0;
}
.arrow-outter {
top: -16px;
border-bottom: 8px solid #ccc;
font-size: 0;
line-height: 0;
}
<span class="arrow-outter"></span>
<span class="arrow-inner"></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment