Last active
October 25, 2019 15:20
-
-
Save dreucodi/20f8f47300bf979a36dd13659aea8eaa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.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