Skip to content

Instantly share code, notes, and snippets.

@nemzes
Created March 26, 2019 07:46
Show Gist options
  • Select an option

  • Save nemzes/0b1a331e9ef3921cd1c49762302807f1 to your computer and use it in GitHub Desktop.

Select an option

Save nemzes/0b1a331e9ef3921cd1c49762302807f1 to your computer and use it in GitHub Desktop.
Gridlines background
body {
min-height: 100vh;
background-image:
linear-gradient(to right, #555, transparent 1px, transparent 9px),
linear-gradient(to bottom, #555, transparent 1px, transparent 9px),
linear-gradient(to right, #ccc, transparent 1px, transparent 9px),
linear-gradient(to bottom, #ccc, transparent 1px, transparent 9px);
background-repeat: repeat;
background-size:
100px 100px,
100px 100px,
10px 10px,
10px 10px;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment