Created
July 15, 2014 12:22
-
-
Save MartinMekhaiel/3b09abce8f3a7edc9008 to your computer and use it in GitHub Desktop.
Untitled
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
.sel | |
{ | |
width:200px; | |
height: 100%; | |
background-size:100%; | |
content: ""; | |
background-image: | |
linear-gradient(black 0, black 1px, transparent 1px), | |
linear-gradient(225deg, transparent 54%, grey 54% ), | |
linear-gradient(to bottom, grey 45%, transparent 45% ), | |
linear-gradient(45deg, red 45%, transparent 45% ), | |
linear-gradient(315deg, transparent 45%, red 45% ), | |
linear-gradient(to right, grey 0%, grey 100% ); | |
} |
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
<div class="sel"></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