CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 83 of 180 | |
Testing | Date | Revision |
NEGATED :target pseudo-class (ID #66b) | 2001-11-13 | 1.1 |
This paragraph should be green.
p { background-color: red; } p:not(:target) { background-color: lime; }
<p>This paragraph should be green.</p>