hx-pod
hx-pod
Lazarus
The basics of css specificity
12 minutes Posted Jan 20, 2025 at 8:29 pm.
0:00
12:40
Download MP3
Show notes

#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