1 .green { background-color : lime
! important
; }
2 ul
> li:not
(:nth-last-child
(odd
)) { background-color : red
}
3 ol
> li:not
(:nth-last-child
(even
)) { background-color : red
}
4 table
.t1
tr:not
(:nth-last-child
(-n
+4)) { background-color : red
}
5 table
.t2
td:not
(:nth-last-child
(3n+1)) { background-color : red
}
6 table
.t1 td
, table
.t2 td
{ border : thin black solid
}