The :nth-child(Xn+1) pseudo-class will target every x th element in the grid, which will be the first item in each row. The :nth-last-child(-n+X) ...
確定! 回上一頁