Skip to content

Instantly share code, notes, and snippets.

@maxparm
Created March 25, 2011 19:18
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 maxparm/887426 to your computer and use it in GitHub Desktop.
Save maxparm/887426 to your computer and use it in GitHub Desktop.
Arrow in CSS
<span></span>
<style>
span {
height:0;
width:0;
border-width:5px;
border-style:solid;
border-color:red transparent transparent transparent;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment