Skip to content

Instantly share code, notes, and snippets.

@astrocean
Last active June 17, 2016 06:46
Show Gist options
  • Select an option

  • Save astrocean/97986beb5e5f80222662d723bc9a138f to your computer and use it in GitHub Desktop.

Select an option

Save astrocean/97986beb5e5f80222662d723bc9a138f to your computer and use it in GitHub Desktop.
Chessboard
/**
* Chessboard
*/
background: #eee;
background-image:
linear-gradient(45deg,#bbb 25%, transparent 0,
transparent 75%,#bbb 0),
linear-gradient(45deg,#bbb 25%, transparent 0,transparent 75%,#bbb 0);
background-size: 30px 30px;
background-position:0 0,15px 15px;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split-vertical","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