cel CSS z wyjątkiem identyfikatora
/*Use the :not selector
Example:*/
div:not(#bar){
color:red;
}
Breyn
/*Use the :not selector
Example:*/
div:not(#bar){
color:red;
}