답안 링크 - tobyseo/open GitHub Wiki

  1. plate
  2. bento
  3. #fancy
  4. plate apple
  5. #fancy pickle
  6. .small
  7. orange.small
  8. bento orange
  9. plate, bento
  10. plate *
  11. plate +
  12. bento ~ pickle
  13. plate > apple
  14. plate orange:first-child
  15. apple, pickle:only-child
  16. .small:last-child
  17. plate nth-child(3)
  18. bento:nth-last-child(4)
  19. apple:first-of-type
  20. plate:nth-of-type(even)
  21. plate:nth-of-type(2n+3)
  22. apple:only-of-type
  23. .small:last-of-type
  24. bento:empty
  25. apple:not(.small)