Skip to content

Instantly share code, notes, and snippets.

@choyan
Created November 29, 2012 10:33
Show Gist options
  • Save choyan/4168097 to your computer and use it in GitHub Desktop.
Save choyan/4168097 to your computer and use it in GitHub Desktop.
curtain
/* 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;
<!-- content to be placed inside <body>…</body> -->
// 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