:not(selector)选择器用于设置不是由选择器指定的每个元素的样式。由于它阻止选择特定项目,因此也称为否定伪类。
句法:
:not(selector) {
//CSS Property
}
示例 1:
CSS :not selector
CSS :not selector
A computer science portal for geeks.
Geeks classes an extensive classroom programme.
输出:
示例 2:
CSS :not selector
CSS :not selector
Sorting Algorithms
- Merge sort
- Bubble sort
- Quick sort
输出:
支持的浏览器: :not 选择器支持的浏览器如下:
- 苹果 Safari 3.2
- 谷歌浏览器 4.0
- 火狐 3.5
- 歌剧 9.6
- 浏览器 9.0