CSS pas classe

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