Y
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
ntaylor
4463 days ago
Same issue here. Not sure what I'm missing.
link
Aeolus98
4463 days ago
:nth-last-child(4), because if you do first-child(2) it selects the second orange as well.
link