CSS Specificity | CSS Sunday Ep.3

preview_player
Показать описание
CSS Specificity is the set of rules applied to CSS selectors in order to determine which style is applied to an element. The more specific a CSS style is, the higher point value it accrues, and the likelier it is to be present on the element's style. In this episode, I cover the basics of CSS Specificity.

Still the best books ok HTML & CSS 📗 IMO

------------------------------------------------------------------------------------

////////// Want to support my content and get extra goodies? Become a member and get perks like member-only content, behind the scenes, design files, and more...

////////// Connect with me here 👍🏼

////////// Sign up for my Monthly Newsletter 📫

////////// Music is from Musicbed click below for a free trial 👇🏼

////////// Equipment 📸
Рекомендации по теме
Комментарии
Автор

very Clear. Please discuss Float, Span, Overflow etc.

k.m.arifulislam
Автор

Thank you for this. I never previously understood specificity. This video was what I needed!

aniruddhaganesh
Автор

very high production value. And nice haircut!

RameenFallschirmjager
Автор

This is a fundamental CSS concept. Great content.


But the quality of the sound is odd and the volume low.


Keep these videos coming! 👍🏼

ThiagoVieira
Автор

I ALWAYS struggle with saying specificity and have to say it a lot when I talk about CSS! :)

willugoupordown
Автор

Great Keep Continue
Only for Sunday
Plan for Any Other Day

karthickrajalearn
Автор

Do more videos dude!!
Waiting for new vids...

alwaysgrowww
Автор

/* Problematic vendor CSS */
a:hover { font-size: 0.813rem; }

canwoop