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