作業
第一關 plate 元素生成器
第二關 bento 元素生成器
第三關 #fancy ID選擇器
第四關 plate apple 后代選擇器
第五關 #fancy pickle 后代選擇器和ID選擇器
第六關 .small 類選擇器
第七關 orange.small 組合選擇器
第八關 bento orange.small 子代選擇器
第九關 plate,bento元素選擇器 分組選擇器
第十關 * 通用選擇器
第十一關 plate * 結合選擇器 子代選擇器
第十二關 plate + apple
第十三關 bento ~ pickle
第十四關 plate>apple 子代選擇器
第十五關 plate orange:first
第十六 plate apple,plate pickle
第十七關 pickle,plate apple
第十八關 :nth-??child(3)
第十九關 :nth-??last-child(4)
第二十關 apple:first
第二十一關 plate:nth-??of-type(even)
第二十二關 plate:nth-of-type(2n+3)
第二十三關 apple:only-of-type
第二十四關 orange:last-of-type,apple:last-of-type
第二十五關 bento:empty
第二十六關 apple:not(.small)