Skip to content

Instantly share code, notes, and snippets.

@rknightuk
Created May 7, 2014 16:01
Show Gist options
  • Select an option

  • Save rknightuk/7ec2712ee2740def362b to your computer and use it in GitHub Desktop.

Select an option

Save rknightuk/7ec2712ee2740def362b to your computer and use it in GitHub Desktop.
CSS triangle
.triangle-topright {
width: 0;
height: 0;
border-top: 12px solid #ffa500;
border-left: 12px solid transparent;
float: right;
margin-top: -16px;
margin-right: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment