CSS nth-child 選擇器全攻略:如何選擇和應用元素
nth-child選擇器
:nth-child(2)
:nth-child(n)
:nth-child(n + 2)
:nth-child(2n)
:nth-child(2n + 1)
:nth-child(-n + 2)
:nth-child(n + 2):nth-child(-n + 4)
:nth-child(odd)
:nth-child(even)
:first-child
:last-child