Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created January 11, 2012 11:54
Show Gist options
  • Save zincplusplus/1594340 to your computer and use it in GitHub Desktop.
Save zincplusplus/1594340 to your computer and use it in GitHub Desktop.
transparent
/**
* transparent
**/
background-color: #fff;
background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
background-size:16em 16em;
background-position:0 0, 8em 8em;
font-size: 1px;
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment