Skip to content

Instantly share code, notes, and snippets.

@andretges
Last active October 25, 2019 15:20
Show Gist options
  • Save andretges/20f8f47300bf979a36dd13659aea8eaa to your computer and use it in GitHub Desktop.
Save andretges/20f8f47300bf979a36dd13659aea8eaa to your computer and use it in GitHub Desktop.
.tiles article:nth-child(1) > .image:before,
.tiles article:nth-child(7n) > .image:before {
background-color: #7ecaf6;
}
.tiles article:nth-child(2) > .image:before,
.tiles article:nth-child(8n) > .image:before {
background-color: #f2849e;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment