Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created January 18, 2012 16:03
Show Gist options
  • Save zincplusplus/1633738 to your computer and use it in GitHub Desktop.
Save zincplusplus/1633738 to your computer and use it in GitHub Desktop.
pixels
/**
* pixels
*/
background:
linear-gradient(180deg, rgba(255,0,102,0) 20%, rgba(255,0,102,.1) 20%, rgba(255,0,102,.1) 40%, rgba(255,0,102,.2) 40%, rgba(255,0,102,.2) 60%, rgba(255,0,102,.4) 60%, rgba(255,0,102,.4) 80%, rgba(255,0,102,.6) 80%),
linear-gradient(-90deg, rgba(255,0,102,0) 20%, rgba(255,0,102,.1) 20%, rgba(255,0,102,.1) 40%, rgba(255,0,102,.2) 40%, rgba(255,0,102,.2) 60%, rgba(255,0,102,.4) 60%, rgba(255,0,102,.4) 80%, rgba(255,0,102,.6) 80%);
background-color: #fc0;
background-size: 100% 100%;
min-height:100%
<!-- content to be placed inside <body>…</body> -->
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment