Created
January 10, 2012 19:58
-
-
Save Chrisedmo/1590841 to your computer and use it in GitHub Desktop.
CSS3 Grid generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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