Skip to content

Instantly share code, notes, and snippets.

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