답안 링크 - tobyseo/open GitHub Wiki
- plate
- bento
- #fancy
- plate apple
- #fancy pickle
- .small
- orange.small
- bento orange
- plate, bento
-
- plate *
- plate +
- bento ~ pickle
- plate > apple
- plate orange:first-child
- apple, pickle:only-child
- .small:last-child
- plate nth-child(3)
- bento:nth-last-child(4)
- apple:first-of-type
- plate:nth-of-type(even)
- plate:nth-of-type(2n+3)
- apple:only-of-type
- .small:last-of-type
- bento:empty
- apple:not(.small)