:first-child,:last-child 以及 :nth-child


  • Pseudo Class。
  • 分別可以篩選出屬於父層 element 中的第一個、最後一個、第 n 個子 element。
  • :nth-child,例如 :nth-child(3n+1),代表排行順序除以三取餘數等於 1 的 element,也就是 1,4,7,...。
  • :nth-child(even)偶數;:nth-child(odd)奇數。

f17_child.html

results matching ""

    No results matching ""