Skip to content

Instantly share code, notes, and snippets.

@llCorvinSll
Created October 4, 2013 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llCorvinSll/6831624 to your computer and use it in GitHub Desktop.
Save llCorvinSll/6831624 to your computer and use it in GitHub Desktop.
Make arrow from element
.arrow {
height: 15px;
width: 0px;
border-top: 15px solid rgba(0,0,0,0.75);
border-right: 15px solid transparent;
border-left: 15px solid transparent;
bottom: -15px;
content: '';
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment