Table of Content
CSS rules priority
Types of selector has the following priority order.
1!important > inline style="" > ID > class > DOM Element
When two selectors are in the same types, the count determines the orders.
Demo:
–mz
.
.