Skip to content

Instantly share code, notes, and snippets.

@lalaalaaa
Created October 14, 2011 16:17
Show Gist options
  • Save lalaalaaa/1287554 to your computer and use it in GitHub Desktop.
Save lalaalaaa/1287554 to your computer and use it in GitHub Desktop.
CSS Grid Overlay
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