Skip to content

Instantly share code, notes, and snippets.

@ericviana
Last active December 19, 2022 13:58
Show Gist options
  • Save ericviana/9b12d6f4ccd38507105682dd61c554be to your computer and use it in GitHub Desktop.
Save ericviana/9b12d6f4ccd38507105682dd61c554be to your computer and use it in GitHub Desktop.
Background grid with pure Css
body {
background-size: 40px 40px;
background-image:
linear-gradient(to right, grey 1px, transparent 1px),
linear-gradient(to bottom, grey 1px, transparent 1px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment