Assessment wanted for Selectors 3

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 :+1:.

As a sidenote, to select every other table row, you can also use :nth-child(even) if you prefer.

1 Like

Hello,

Thanks for the feedback! I’ll keep in mind from now on that there’s more than one option for :nth-child().

1 Like