Travis build: 43 [cron]

This commit is contained in:
30secondsofcode
2018-10-31 20:44:10 +00:00
parent 7ef54683fb
commit af3a2b345e
3 changed files with 155 additions and 21 deletions

View File

@ -24,7 +24,6 @@ li:nth-child(odd) {
#### Demo
#### Explanation
1. Use the `:nth-child(odd)` or `:nth-child(even)` pseudo-class to apply a different background color to elements that match based on their position in a group of siblings.