Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css not

/* Selects any element that is NOT a paragraph */
:not(p) {
  color: blue;
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css
ADD COMMENT
Topic
Name
3+8 =