Skip to content

Instantly share code, notes, and snippets.

@nihwang
Created August 1, 2014 17:19
Show Gist options
  • Save nihwang/89f520792f041165fe45 to your computer and use it in GitHub Desktop.
Save nihwang/89f520792f041165fe45 to your computer and use it in GitHub Desktop.
Orange Triangle Pointing to the right
/**
* Orange Triangle Pointing to the right
*/
.nina-triangle {
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 20px solid #f28638;
}
<div class="nina-triangle"></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment