Skip to content

Instantly share code, notes, and snippets.

@pankajpatel
Created October 14, 2014 08:44
Show Gist options
  • Save pankajpatel/0eb0441f928164028048 to your computer and use it in GitHub Desktop.
Save pankajpatel/0eb0441f928164028048 to your computer and use it in GitHub Desktop.
ArrowHead with Borders
<style type="text/css">
.demo2{
border:30px solid transparent;
border-top: 0;
border-right-color: transparent;
border-bottom-color: green;
border-left-color: transparent;
display: block;
width: 0px;
height: 0px;
}
</style>
<div class="demo2"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment