You can filter nth-child
results using the "of <selector>" syntax:
li:nth-child(2n of :not(.hidden)) {
background-color: grey;
}
background-color: grey;
}
You can filter nth-child
results using the "of <selector>" syntax:
Copyright 2022 ยท All rights reserved