Skip to content

Instantly share code, notes, and snippets.

@npras
Created April 2, 2014 12:07
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 npras/9932820 to your computer and use it in GitHub Desktop.
Save npras/9932820 to your computer and use it in GitHub Desktop.
A Pen by Prasanna N.
<div>
</div>
div {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment