Skip to content

Instantly share code, notes, and snippets.

@MichaelMartinez
Created February 6, 2012 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelMartinez/1750172 to your computer and use it in GitHub Desktop.
Save MichaelMartinez/1750172 to your computer and use it in GitHub Desktop.
Green Print
/**
* Green Print
*/
background-color:#5db200;
background-image: linear-gradient(white 2px, transparent 2px),
linear-gradient(0, white 1px, transparent 2px),
linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
linear-gradient(0, rgba(255,255,255,.3) 1px, transparent 1px);
background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px
<!-- 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