Skip to content

Instantly share code, notes, and snippets.

@Pfenya
Created June 8, 2012 12:14
Show Gist options
  • Select an option

  • Save Pfenya/2895314 to your computer and use it in GitHub Desktop.

Select an option

Save Pfenya/2895314 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.arrow-right {
display:inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0 20px 20px;
border-color: transparent transparent transparent white;
border-style: inset;
-webkit-transform:rotate(360deg);
position:absolute;
left:0;
top:0;}
<span class="arrow-right"></span><!-- content to be placed inside <body>…</body> -->
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment