Skip to content

Instantly share code, notes, and snippets.

@nashingofteeth
Created February 11, 2011 00:04
Show Gist options
  • Save nashingofteeth/821660 to your computer and use it in GitHub Desktop.
Save nashingofteeth/821660 to your computer and use it in GitHub Desktop.
css triangle
<style>
#tri {
border-color: black black transparent transparent;
border-style:solid;
border-width: 50px;
width:0;
height:0;
}
</style>
<div id="tri"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment