/web local tool
CSS Specificity Calculator
Compare selectors line by line, including zero-specificity :where().
Local execution receiptinput path disclosedTool content stays out of MonoTools URLs and API requests.
- Working input
- Browser memory
- Cross-tool handoff
- Session only · 10 min
- URL payload
- Never
- Export
- Explicit action
Verify it: open DevTools Network, clear the log, use the tool, then inspect fetch/XHR requests. Page assets and optional aggregate analytics may use the network; tool input is not included.
Full privacy modelLoading tool...
01
How to use
- 01Paste one CSS selector per line.
- 02Read the specificity score in id-class-element format.
- 03Copy the ranked list for code review notes.
02
FAQ
- What does 1-2-0 mean?
- It means one ID selector, two class/attribute/pseudo-class selectors and zero element/pseudo-element selectors.
- Does :where() count?
- No. :where() is intentionally zero specificity in modern CSS, and this calculator follows that behavior.
03
Related tools
- →/webMagic PasteDetect pasted developer data and open the right tool.
- →/webcURL ConverterConvert cURL and match requests to local OpenAPI contracts.
- →/webStack Trace AnalyzerFind actionable frames in JavaScript and Python stacks.
- →/webWorkflow BuilderChain typed transformations with searchable input branches.