Specificity " Learn CSS3 | Cheat Sheet | CSS Tutorial | Selectors | Properties - 0 views
-
mgraber on 23 Jan 13Specificity is a mechanism within the CSS cascade that aids conflict resolution. The concept of specificity states that when two or more declarations that apply to the same element, and set the same property, have the same importance and origin, the declaration with the most specific selector will take precedence.