1. 程式人生 > >前端 餐廳遊戲1-26關卡

前端 餐廳遊戲1-26關卡

1.plate 元素選擇器
2.bento 元素選擇器
3.#fancy ID選擇器
4.plate>apple 子代元素選擇器
5.#fancy>pickle 子代選擇器
6…small 類選擇器
7.betno>orange plate>.small 子代選擇器 分組選擇器 類選擇器
8.bento>orange 子代選擇器
9.plate,bento 元素選擇器 分組選擇器
10.* 通配選擇器
11.plate>* 子代選擇器 統配選擇器
12.plate + apple 兄弟選擇器
13.bento~pickle 兄弟選擇器
14.plate>apple 子代選擇器
15.plate orange:first child 子元素選擇器
16.apple,pickle:only-child 並集選擇器
17.apple,pickle:last-child 並集選擇器
18.plate:nth-child(3) 子元素選擇器
19.bento:nth-child(2) 子元素選擇器
20.apple:first-child 子元素選擇器
21.plate:nth-of-type(2n) 子元素選擇器
22.plate:nth-of-type(2n+3)子元素選擇器
23.plate apple:only-of-type 型別選擇器
24,orange:last-of-type 子元素選擇器
25,bento:empty 型別選擇器
26,apple:not(.small) 子元素選擇器