Example: nth-child(2n+1) /* Select the first list item */ li:nth-child(1) { } /* Select the 5th list item */ li:nth-child(5) { } /* Select every other list ...
確定! 回上一頁