Skip to content

Instantly share code, notes, and snippets.

@charliepark
Created April 30, 2011 11:20
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 charliepark/949606 to your computer and use it in GitHub Desktop.
Save charliepark/949606 to your computer and use it in GitHub Desktop.
html for making pngs for background grids
<html>
<body>
<div style="position:absolute;background:red;padding:40px;top:0;left:0;display:none">
<div style="background:#fff;width:1px;height:20px;position:relative">
<div style="background:#000;height:1px;width:1px;position:absolute;bottom:0;"></div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment