The basics of css specificity


Episode Artwork
1.0x
0% played 00:00 00:00
Jan 20 2025 12 mins   4

#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