Skip to content

Instantly share code, notes, and snippets.

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