Skip to content

Instantly share code, notes, and snippets.

@juanres
Created December 3, 2013 20:52
Show Gist options
  • Save juanres/7777267 to your computer and use it in GitHub Desktop.
Save juanres/7777267 to your computer and use it in GitHub Desktop.
Triangulo Css hacia arriba
.arriba {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment