Hello, could someone please assess this?
Link to task: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Selectors_Tasks#selectors_three
Link to my code: https://jsfiddle.net/Keyboardguy/y6wg2tvf/1/
Hello, could someone please assess this?
Link to task: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Selectors_Tasks#selectors_three
Link to my code: https://jsfiddle.net/Keyboardguy/y6wg2tvf/1/
Look good to me .
As a sidenote, to select every other table row, you can also use :nth-child(even)
if you prefer.
Hello,
Thanks for the feedback! I’ll keep in mind from now on that there’s more than one option for :nth-child()
.