Toolative
Back to tools

CSS Specificity Calculator

Calculate the specificity of any CSS selector and compare multiple selectors by weight.

CSS Selector
nav ul li a.active:hover
Score: 24
0

IDs (a)

2

Classes (b)

4

Elements (c)

Notation:(0, 2, 4)·Decimal: 24
:hover.activenavullia
Quick Examples