Created
November 29, 2012 10:33
-
-
Save choyan/4168097 to your computer and use it in GitHub Desktop.
curtain
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
/* curtain */ | |
background-color: blue; | |
background-image: linear-gradient(33deg, #b00 3px, transparent 23px), | |
linear-gradient(155deg, #d02 23px, transparent 23px), | |
linear-gradient(375deg, #b00 23px, transparent 23px), | |
linear-gradient(155deg, #d00 23px, transparent 23px); | |
background-size: 58px 8px; | |
background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px; |
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> --> |
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