Target CSS kecuali ID

/*Use the :not selector
Example:*/

div:not(#bar){
    color:red;
}
Breyn