Created
October 14, 2011 16:17
-
-
Save lalaalaaa/1287554 to your computer and use it in GitHub Desktop.
CSS Grid Overlay
This file contains 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
body::before { content:""; position:fixed; background:url(grid.png) 50% 0; z-index:1; top:0; right:0; bottom:0; left:0; pointer-events:none; } | |
/* http://www.css-101.org/articles/trick-for-rapid-prototyping/ */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment