Last active
September 17, 2015 11:28
-
-
Save LL782/6529d039d4b1dc978db6 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<div class="arrow"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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