Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other possible approach for level 19 #260

Open
CuteTN opened this issue Dec 14, 2023 · 2 comments
Open

Other possible approach for level 19 #260

CuteTN opened this issue Dec 14, 2023 · 2 comments

Comments

@CuteTN
Copy link

CuteTN commented Dec 14, 2023

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

@AleksandrKurilov
Copy link

What about div :nth-child(2) ?

@Layk321
Copy link

Layk321 commented Nov 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants