Created
January 10, 2014 08:46
-
-
Save beiyuu/8348719 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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