Skip to content

Instantly share code, notes, and snippets.

@anabelle
Last active December 19, 2015 05:39
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 anabelle/5905820 to your computer and use it in GitHub Desktop.
Save anabelle/5905820 to your computer and use it in GitHub Desktop.
<div class="triangulo"></div>
.triangulo {
border: 20px solid green;
border-top: transparent;
border-left: transparent;
border-right: transparent;
height: 0px;
width: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment