Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Last active December 20, 2015 03:29
Show Gist options
  • Save pablolobos/6063658 to your computer and use it in GitHub Desktop.
Save pablolobos/6063658 to your computer and use it in GitHub Desktop.
css: triangle-left
width: 0px;
height: 0px;
border-style: solid;
border-width: 0.5em 1em 0.5em 0;
border-color: transparent #cc4 transparent transparent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment