Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save astrocean/eb51b2758964cfd430457258b9920aec to your computer and use it in GitHub Desktop.
Chessboard-step
/**
* Chessboard-step
*/
background: #eee;
background-image: linear-gradient(45deg,#f06 25%,transparent 0,
transparent 75%,yellow 0),
linear-gradient(45deg,#f06 25%,transparent 0,
transparent 75%,yellow 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