css not class

CSS
/* Style everything but the .different class */
li:not(.different) {
  font-size: 3em;
}
Source

Also in CSS: