在 CSS 中,要排除特定类,我们可以使用伪类 :not 选择器,也称为否定伪类或非选择器。此选择器用于为给定选择器未指定的每个元素设置样式。因为它用于阻止选定项目列表中的特定项目。
句法:
:not(element) {
// CSS Property
}
例子:
How to exclude particular class
name from CSS selector ?
GeeksforGeeks
To-Do List:
-
Complete The Online Course
-
Goto Kolkata On Wednesday
-
Write Another Article For GeeksforGeeks
-
Complete Java Assignment
-
Buy Books On JavaScript
输出: