Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 23, 2013 16:07
Show Gist options
  • Save pablolobos/6063665 to your computer and use it in GitHub Desktop.
Save pablolobos/6063665 to your computer and use it in GitHub Desktop.
css: triangle-right
width: 0px;
height: 0px;
border-style: solid;
border-width: 0.5em 0 0.5em 1em;
border-color: transparent transparent transparent #cc4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment