Skip to content

Instantly share code, notes, and snippets.

@m1kah
Created October 4, 2015 17:06
Show Gist options
  • Save m1kah/b1d5c600ac50250a7010 to your computer and use it in GitHub Desktop.
Save m1kah/b1d5c600ac50250a7010 to your computer and use it in GitHub Desktop.
CSS chevron arrow
#chevron-arrow {
display: inline-block;
border-right: 4px solid black;
border-bottom: 4px solid black;
width: 10px; height: 10px;
transform: rotate(-45deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment