Skip to content

Instantly share code, notes, and snippets.

@Chrisedmo
Created January 9, 2012 17:21
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 Chrisedmo/1583984 to your computer and use it in GitHub Desktop.
Save Chrisedmo/1583984 to your computer and use it in GitHub Desktop.
CSS3 Grid (via gradients)
/**
* CSS3 Grid (via gradients)
*/
background-color: #fff;
background-image:
linear-gradient(#eee .05em, transparent .05em);
background-size: 100% 2em; /*change this for grid height */
<!-- 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