Skip to content

Instantly share code, notes, and snippets.

@clayadavis
Created August 11, 2020 13:52
Show Gist options
  • Save clayadavis/d1fa9c6396dbca6c8e1df53e931ae512 to your computer and use it in GitHub Desktop.
Save clayadavis/d1fa9c6396dbca6c8e1df53e931ae512 to your computer and use it in GitHub Desktop.
CSS graph paper
body {
background-size: 40px 40px;
background-image:
linear-gradient(to right, lightblue 1px, transparent 1px),
linear-gradient(to bottom, lightblue 1px, transparent 1px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment