Skip to content

Instantly share code, notes, and snippets.

@greypants
Created May 22, 2012 20:04
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 greypants/2771294 to your computer and use it in GitHub Desktop.
Save greypants/2771294 to your computer and use it in GitHub Desktop.
CSS: Generated Triangle
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #6e9116;
content: "";
display: block;
position: absolute;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment