Hacker News new | ask | show | jobs
by dfritsch 4463 days ago
What should the solution to Level 19 be? I couldn't get anything with 'nth-last-child' to work for me.
1 comments

Same issue here. Not sure what I'm missing.
:nth-last-child(4), because if you do first-child(2) it selects the second orange as well.