Posts Tagged ‘Specificity’

Specificity Point System in CSS

One might think of Specificity in CSS as a tool to better understand what's going on in the cascade. CSS provides a formula for determining a style's specificity. This formula is ultimately the value that's assigned to the style blocks' selector - a tag selector, class selector, ID selector, pseudo selector and so on. Here's how the Read the full article...