8 ms·What should the solution to Level 19 be? I couldn't get anything with 'nth-last-child' to work for me.by dfritsch 12y agoWhat should the solution to Level 19 be? I couldn't get anything with 'nth-last-child' to work for me.ntaylor 12y agoSame issue here. Not sure what I'm missing.Aeolus98 12y ago:nth-last-child(4), because if you do first-child(2) it selects the second orange as well.