Skip to content

Instantly share code, notes, and snippets.

@deadlyhifi
Created July 7, 2013 06:14
Show Gist options
  • Save deadlyhifi/5942507 to your computer and use it in GitHub Desktop.
Save deadlyhifi/5942507 to your computer and use it in GitHub Desktop.
.element:before {
content: "";
position: absolute;
top: -20px;
left: 50%;
margin-left: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 20px;
border-color: transparent transparent #44474b transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment