The basics of css specificity
Jan 20, 2025•13 min•Season 5Ep. 7
Episode description
#my-id -> 1 0 0
.my-class -> 0 1 0
button -> 0 0 1
#my-id .my-class -> 1 1 0
id | class | type
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
For the best experience, listen in Metacast app for iOS or Android
