Skip to content

Instantly share code, notes, and snippets.

@zufrieden
Created July 10, 2012 09:26
Show Gist options
  • Save zufrieden/3082271 to your computer and use it in GitHub Desktop.
Save zufrieden/3082271 to your computer and use it in GitHub Desktop.
Triangle in CSS
.my-triangle{
border-color: transparent transparent @blue10 transparent;
border-style:solid;
border-width: 8px;
width: 0;
height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment