Skip to content

Instantly share code, notes, and snippets.

@thechinnster
Created March 28, 2013 21:50
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 thechinnster/5267129 to your computer and use it in GitHub Desktop.
Save thechinnster/5267129 to your computer and use it in GitHub Desktop.
#triangle-down {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment