Created
August 11, 2020 13:52
-
-
Save clayadavis/d1fa9c6396dbca6c8e1df53e931ae512 to your computer and use it in GitHub Desktop.
CSS graph paper
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 { | |
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