Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Forked from LeaVerou/dabblet.css
Last active October 15, 2021 22:55
Show Gist options
  • Save csssecrets/e1c6f97fd6a651773787 to your computer and use it in GitHub Desktop.
Save csssecrets/e1c6f97fd6a651773787 to your computer and use it in GitHub Desktop.
Test: color stops with two locations
/**
* Test: color stops with two locations
* PASS if green stripes, FAIL if red
*/
background: red;
background: repeating-linear-gradient(-45deg, limegreen 0 20px, green 20px 60px);
min-height: 100%;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment