Skip to content

Instantly share code, notes, and snippets.

@orioltf
Last active October 4, 2015 02:58
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 orioltf/2566558 to your computer and use it in GitHub Desktop.
Save orioltf/2566558 to your computer and use it in GitHub Desktop.
#CSS #GRADIENTS: Chess pattern
/**
* Chess pattern
*/
background: #252137;
background:
linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 0 0,
linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 15px 15px,
linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 15px 15px,
linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 0 0,
#253137;
background-size: 30px 30px;
<!-- content to be placed inside <body>…</body> -->
{"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