css CSS-Selektoren:Negationen mit not()

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS-Selektoren:Negationen mit not()相关的知识,希望对你有一定的参考价值。

not(p) {
  color: #fff;
}

/*
Sollen alle Elemente – bis auf p-Tags – ausgewählt werden? Kein Problem mit der Negationen :not(). In unserem Beispiel werden alle DOM-Elemente ausgewählt, die kein p-Tag sind und mit der Schriftfarbe weiß formatiert.
*/

以上是关于css CSS-Selektoren:Negationen mit not()的主要内容,如果未能解决你的问题,请参考以下文章

css CSS-Selektoren:Negationen mit not()

css CSS-Selektoren:Leere Elemente verstecken

css CSS-Selektoren:Geschwister-Elemente selektieren

css CSS-Selektoren:Dateiformatüberprüfen

css CSS-Selektoren:Aktive Checkbox oder Radiobox hervorheben

css CSS-Selektoren:VollständigenInhalteines属性überprüfen