Skip to content

Instantly share code, notes, and snippets.

@Chrisedmo
Created January 10, 2012 19: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 Chrisedmo/1590841 to your computer and use it in GitHub Desktop.
Save Chrisedmo/1590841 to your computer and use it in GitHub Desktop.
CSS3 Grid generator
/* CSS3 Grid generator */
/* Change background size to change grid size */
background-image:
-webkit-linear-gradient(gray 1px, transparent 1px),
-webkit-linear-gradient(0, gray 1px, transparent 1px);
background-size:2.2rem 2.2rem, 2.2rem 2.2rem;
background-position:-1px -1px, -1px -1px
<!-- content to be placed inside <body>…</body> -->
{"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