Episode Details

Back to Episodes

The basics of css specificity

Season 5 Episode 7 Published 1 year, 1 month ago
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

Listen Now

Love PodBriefly?

If you like Podbriefly.com, please consider donating to support the ongoing development.

Support Us