CSS :not Selector. PreviousNext. Example. Set a background color for all elements that are not a <p> element: Copy p { color: #000000; } :not(p) { color: ...
確定! 回上一頁