Skip to content

Instantly share code, notes, and snippets.

@KeithNdhlovu
Last active February 22, 2016 08:16
Show Gist options
  • Select an option

  • Save KeithNdhlovu/fca1e61d52e7931f34ee to your computer and use it in GitHub Desktop.

Select an option

Save KeithNdhlovu/fca1e61d52e7931f34ee to your computer and use it in GitHub Desktop.
CSS Triangle
.arrow-right {
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid green;
}
<div class="arrow-right"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment