CSS Specificity Calculator
SE112 Web Technology - 選擇器權重實時演算台
請輸入 CSS 選擇器 (Type your CSS selector here):
Inline Style
等待輸入...
A: INLINE
0
Inline styles
style="..."
B: IDs
0
ID Selectors
#navbar
C: CLASSES
0
Classes, Attributes, Pseudo-classes
.btn, [type], :hover
D: ELEMENTS
0
Elements, Pseudo-elements
div, h1, ::before
最終權重得分 (Final Specificity)
(0, 0, 0, 0)