css not class

30

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

Comments

Submit
0 Comments