Anyone good at CSS here? can I ask what’s the input selector for level 8 of 32.?
https://flukeout.github.io/#
"parent item.class"
@khird Thank you!
And between bento and orange, there is no dot. Because it could make it confusion. am right?
There's no dot because that would make the following term a class, just like the number sign makes the following term an ID. Instead you use a space to denote that the following term is a descendant.
@khird
understood, thank you again!
older-sibling + target
Again assuming the problem is the same for you and me, "plate + apple" selects every apple immediately following a plate.