flukeout / css-diner

CSS Diner
http://cssdiner.com
Mozilla Public License 2.0
2.72k stars 342 forks source link

Other possible approach for level 19 #260

Open CuteTN opened 11 months ago

CuteTN commented 11 months ago

.table > :nth-child(2) and .table :nth-child(2) should get accepted for this level.

AleksandrKurilov commented 11 months ago

What about div :nth-child(2) ?

Layk321 commented 2 weeks ago

What about div :nth-child(2) ?

That should also be accepted. Trying to utilize their suggestion of nth-last-child() on the side bar,

div bento:nth-last-child(3) .table bento:nth-last-child(3) div :nth-last-child(3) .table :nth-last-child(3)

should all work, but they're not accepted.

bento:nth-last-child(3) is accepted though