Skip to content

Instantly share code, notes, and snippets.

@yeco
Last active August 29, 2015 13:57
Show Gist options
  • Save yeco/9480050 to your computer and use it in GitHub Desktop.
Save yeco/9480050 to your computer and use it in GitHub Desktop.
Caret down for Bootstrap 3
.caret-down {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-bottom: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment