We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
18 with: div.table plate:nth:child(3) or .table plate:nth:child(3) or div plate:nth:child(3) dont work
17 neither
The text was updated successfully, but these errors were encountered:
For 17, you can try: #fancy>apple, pickle or #fancy>.small, pickle
#fancy>apple, pickle
#fancy>.small, pickle
As for 18, plate:nth-child(3) seems to work without the div. You also did a typo, it should be :nth-child() instead of :nth:child()
plate:nth-child(3)
:nth-child()
:nth:child()
Sorry, something went wrong.
No branches or pull requests
18 with:
div.table plate:nth:child(3) or .table plate:nth:child(3) or div plate:nth:child(3) dont work
17 neither
The text was updated successfully, but these errors were encountered: