Skip to content

Instantly share code, notes, and snippets.

@LL782
Last active September 17, 2015 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LL782/6529d039d4b1dc978db6 to your computer and use it in GitHub Desktop.
Save LL782/6529d039d4b1dc978db6 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 {
height: 0;border-style: solid;
border-width: 25.5px 0 25.5px 12px;border-color: transparent transparent transparent #007bff;
position: relative;
}
.arrow:after {
content: ' ';
position: absolute;
top: 0;
margin-top: -25.5px;
left: -10px;
height: 0;border-style: solid;
border-width: 25.5px 0 25.5px 25.5px;
border-color: transparent transparent transparent red;
z-index: -1;
}
<!-- content to be placed inside <body>…</body> -->
<div class="arrow"></div>
// alert('Hello world!');
{"view":"split","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