Skip to content

Instantly share code, notes, and snippets.

@andreypelykh
Created June 30, 2015 11:36
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 andreypelykh/ea66e1c7714cc51e997a to your computer and use it in GitHub Desktop.
Save andreypelykh/ea66e1c7714cc51e997a to your computer and use it in GitHub Desktop.
triangle
.triangle{
width: 0;
height: 0;
border-bottom: 100px solid #000;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment