2 p
{ background: green
; color: white
; }
3 .t1:not(.t2) { background: red
; color: yellow
; }
4 :not
(.t2
).t1
{ background: red
; color: yellow
; }
5 .t2:not(.t1) { background: red
; color: yellow
; }
6 :not
(.t1
).t2
{ background: red
; color: yellow
; }