Skip to content

Instantly share code, notes, and snippets.

@ninetails
Created April 26, 2019 23:20
Show Gist options
  • Select an option

  • Save ninetails/bc7a67f969fecf502b44e52739ba7dcb to your computer and use it in GitHub Desktop.

Select an option

Save ninetails/bc7a67f969fecf502b44e52739ba7dcb to your computer and use it in GitHub Desktop.
24px vertical grid
.test {
background-image: linear-gradient(
to top,
rgba(155, 0, 65, 0.2) 1px,
transparent 1px
);
background-size: 100% 24px;
background-repeat-y: repeat;
background-position-y: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment