Skip to content

Instantly share code, notes, and snippets.

@npras
Created April 2, 2014 12:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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