how we use :not in css code example Example: css not /* Selects any element that is NOT a paragraph */ :not(p) { color: blue; }