Skip to content

Instantly share code, notes, and snippets.

@billkeller
Created January 28, 2011 01:01
Show Gist options
  • Save billkeller/799623 to your computer and use it in GitHub Desktop.
Save billkeller/799623 to your computer and use it in GitHub Desktop.
Creating triangles with the CSS border property
.foo {
border-top: 13px solid #000;
border-right: 13px solid #fff;
border-bottom: 13px solid #fff;
border-left: 13px solid #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment