Hi Kyle, I don't write a lot of UA-cam comments, and I'm sure you'll never see this one. When I find myself consistently returning and learning from one particular UA-camr, I always want to make a point of thanking them personally for their content and hard work. So, thank you! You are very easy to listen to, follow along with and learn from. Cheers
Wow... I've been 15 years doing web development and thought I had these basics down. But I just learned that classes are more specific than tags. Also, the operators "plus" and "greater than", although they imply a more specific context, are not considered in specificity calculation. Many thanks!
You are so good at explaining things. The voice, the visuals, the pace at which you present material - I was watching another person's video on this exact topic and still did not understand the concept after the video ended. Thank you for being an awesome educator, keep it up man!
Kyle, you saved me so often. I really like how you teach. It is short but on the point. So grateful about this content and just want to let you know. All the best for you!
smart tip you can query things with custom attributes in css div[box]{ width:16px; height:16px; background: #000; } or in querySelector("div[box]") this thing make the coding faster and easier
I really appreciate your content and just begging you for continue. Also, I was wandering if you would cover these specific topics: 1) CSS box-sizing; 2) creating fully functional custom videoplayer using HTML, CSS, JavaScript; 3) working with HTML5 canvas (maybe make a paint-like app); 4) working with context in JavaScript (call, apply, bind), where and when can we use that. It's just my suggestion, thank you a lot for what you're doing anyway.
This was amazing! Clearly explained, good examples, i simply loved it. Thank you for all these tutorials. Really hope you'll make more videos with concise informations that are used in day-to-day programming. Thanks once again!
You do indeed simplify CSS and all the other tools and technologies you discuss and explain. 🤑😗💰 Knowledge is power and money if you know how to put it in right practice and be consistent in practicing all these knowledge into practical use 😎
Really awesome videos. I am learning so much! I comment about this topic is what I would expect if you have multiple styles sheets linked. What happens with those in the order. Perhaps nice to mention in a future video. Keep up the great work!!
Really loved the way you described this phenomenon. I got this also from a book on css. But I really appreciate the effort you are putting in to teach us. Can you tell me are you doing a full-time job or part-time or youtube is your only source of income. cause I also want to work remotely.
The only you can rewrite an inline style is with the "!important" keyword. Also, if you have the "!important" keyword on an inline style, there is no way to overwrite it with CSS stylesheets, just using JavaScript... unless, but in the future, CSS-2050 bring us the "!super-important" keyword... hahaha! Thanks for the excellent video, BTW!
Interesting... Although the concept of specificity is easy for UI developer to understand, but when we see, as a developer, we can easily see, how it would had been implemented then we will come to a conclusion that, the concept of specificity itself is doom, artificially introduced concept, not related to the implementation code. As per my understanding, the concept is that, first it picks up each selector, and look for any tag involved, if so then it applies the property to all the elements satisfying the selector criteria then it restart from beginning to a second round and looks for all selectors and looks for classes and applies the properties. In case, if there is any element whose property was previously written in first round then will get erased and over ridden by the second round Similarly in the third round, it looks for selectors and looks for ids and applies them. Now it overrides the elements of first and second round. Then in fourth round goes for element level styling which overrides first three rounds then it goes for searching !important and applies which overrides all existing. In all these five rounds, assignment of properties to elements goes sequential, so last occurring styling will override all prior styling Not sure, if UI developer, who does not usually have program background will grasp this concept But now a days, object oriented programmers are focussing on UI thanks to object oriented UI concepts like typescript and dynamic styling patterns of css like frames and frameboxes . So, eventually it will become tough for the UI developers to migrate their concepts to think like programmers. whoever, wont fit in such conceptual invasion will go out of profession
I've been learning java for like the past year and the fact that you can just have random numbers right in the middle of the code and it still runs perfectly is beyond me
Hi, im a newbie on the web dev path and was wondering if you'd like to be friends? I'm finding your vids very useful but talking directly for specific doubts would be very helpful! and yeah, I just did subscribe to get up to date for more of your content lol
Hi Kyle,
I don't write a lot of UA-cam comments, and I'm sure you'll never see this one. When I find myself consistently returning and learning from one particular UA-camr, I always want to make a point of thanking them personally for their content and hard work. So, thank you! You are very easy to listen to, follow along with and learn from. Cheers
Wow... I've been 15 years doing web development and thought I had these basics down. But I just learned that classes are more specific than tags. Also, the operators "plus" and "greater than", although they imply a more specific context, are not considered in specificity calculation. Many thanks!
Found you like a week ago and I'm impressed by the explenation clarity. Great content, sharing is caring!
bruhbruhbruh
You are so good at explaining things. The voice, the visuals, the pace at which you present material - I was watching another person's video on this exact topic and still did not understand the concept after the video ended. Thank you for being an awesome educator, keep it up man!
Kyle, you saved me so often. I really like how you teach. It is short but on the point. So grateful about this content and just want to let you know. All the best for you!
smart tip you can query things with custom attributes
in css
div[box]{
width:16px;
height:16px;
background: #000;
}
or in querySelector("div[box]")
this thing make the coding faster and easier
You're the best, you have tutor skills, great explaining!
This video is *important* ...
...especially for those who've learned to loathe !important
(9:20) is particularly *important*
Spent a few hours trying to figure out why my css wasn't working. Came here and boom solved. Thanks again Kyle!
It was so easy to understand. Rather than explaining through all the rules, using those 4 digits was so efficient.
And here I was using important on my styles without knowing what was going on. Seriously your tutorials are the best.
Man!, u gotta be the best instructor for web dev on youtube !
I couldnt understand anything in the Odin Project but you made it so much easier, thanks!
Best Web dev content provider..Great work keep up
This guy is a genius in explaining complex things
I needed this so bad. It clears up so much as to why my CSS has not been working on some elements. Again, Thank you!
w3 schools was confusing to me for some reason and this vid made me understand it much easier
I really appreciate your content and just begging you for continue. Also, I was wandering if you would cover these specific topics:
1) CSS box-sizing;
2) creating fully functional custom videoplayer using HTML, CSS, JavaScript;
3) working with HTML5 canvas (maybe make a paint-like app);
4) working with context in JavaScript (call, apply, bind), where and when can we use that.
It's just my suggestion, thank you a lot for what you're doing anyway.
Canvas
wondering*
Never knew about the numbers. Thanks so much!
God bless you man. I totally understand now 🎉🎉
Fantastic video, I learned so much!
Would you mind enabling captions please?
> is direct children selector not direct siblings... thanks for the video.... saves my time on specificity
Thanks Man !
Thank you for the tutorial, your voice is very relaxing.
He is the best web development teacher ever. He has taught all things so good that we remember the concept forever
Thank you for your clear explanation!
You really have a gift to teach! Thanks for your amazing content!
Big thanks from Wolfsburg 42 peer... your videos help me to learn front-end.
Best explanation of specificity I’ve seen. Thanks!
Thanks for making the topic fun instead of confusing! This reminded me of Linux chmod commands and instantly grokked into my brain. Well done.
Video was awesome, learned a lot. Thank you for posting it. You earned a new subscriber. ❤️ from India.
Amazing explanation✨✨
Thank you sir for this good explanation!!
Outstanding explanation. Crystal clear demonstration. Really well done! 👍
OMG!! I finally understand!!! Thank you!!!
This is quality content delivered in an easy to digest way. Many thanks!
This is the best explanation ever! Clean and concise.
you nailed it man just 2 minutes in the video I get the point
You are the best, man!
This was amazing! Clearly explained, good examples, i simply loved it. Thank you for all these tutorials. Really hope you'll make more videos with concise informations that are used in day-to-day programming. Thanks once again!
I'm really glad you enjoyed it. Do you have any suggestions for future videos in this vein you would like?
@@WebDevSimplified I will surely think about some topics! Thanks for the reply!
@@iHidden1 bruh ive been waiting two yrs
Thank you Kyle for making me understand this concept :)
I'm glad I could help.
Thanks for simplifying:) good work!
Simple and clear!
You do indeed simplify CSS and all the other tools and technologies you discuss and explain. 🤑😗💰 Knowledge is power and money if you know how to put it in right practice and be consistent in practicing all these knowledge into practical use 😎
Quick and great explanation 👍👌
hi i have a question: is it wrong to put inside element??
You are my new fave. Thank you.
Very helpful tutorial thank you
very nice video, I understand css specificity after watching this video. Thanks.
very simple and useful tnx
very well explained , thank you
Amazing teaching skills, thank you
Absolutely love your videos. Wanted to learn web for a long time now, and these videos are perfect!
Thank you! I'm glad I can help.
Awesome brother ⭐⭐
Really awesome videos. I am learning so much!
I comment about this topic is what I would expect if you have multiple styles sheets linked. What happens with those in the order. Perhaps nice to mention in a future video.
Keep up the great work!!
i applaud you thank you so much for this infromation that you have given us for free for us to learn 👍🤞👏
soooooo well explained! 👏
Very logical and simple exlpained. Thanks :)
Such an amazing explanation thanks a ton!!!
I love Web Dev Simplified ♥
Thank you sir..😊😊
Awesome video thanks I loved it
Hi, tanks a lot for clear videos. They helps me much.
Always end up learning something new.
you really did simplify it.
amazing, thank you
This is great. Thank you. T
Very useful tutorial
Not surprising that nobody disliked it. Who the hell would do that?? :D
Thanks for the simplified comprehension.
CSS specificity is the bane of my existence. Especially with Wordpress designs.
great! keep up the good stuff !
Hi Kyle it's To helpful thankyou
Really loved the way you described this phenomenon. I got this also from a book on css. But I really appreciate the effort you are putting in to teach us. Can you tell me are you doing a full-time job or part-time or youtube is your only source of income. cause I also want to work remotely.
as always thanks buddy
Nice explaination
Thank you so muchhhhh!!!!!!!!!
Hey thanks for these videos it's helpful. Please on subtitles bcoz I'm from India 🇮🇳 it's difficult to understand your accent. Thank you once again ❤
You're too good man
The only you can rewrite an inline style is with the "!important" keyword. Also, if you have the "!important" keyword on an inline style, there is no way to overwrite it with CSS stylesheets, just using JavaScript... unless, but in the future, CSS-2050 bring us the "!super-important" keyword... hahaha! Thanks for the excellent video, BTW!
Thanks! I'm here for the second time and learn sth more.
Good succinct tutorial!
You r amazing Kyle.....
best explanation
keep it up
It looks like scoring system.
Thank you for the explanation.
ez to understand. thanks
thanks a ton man
awesome, thanks!
I finally understood it
Interesting...
Although the concept of specificity is easy for UI developer to understand,
but when we see, as a developer, we can easily see, how it would had been implemented then we will come to a conclusion that, the concept of specificity itself is doom, artificially introduced concept, not related to the implementation code.
As per my understanding, the concept is that,
first it picks up each selector, and look for any tag involved, if so then it applies the property to all the elements satisfying the selector criteria
then it restart from beginning to a second round and looks for all selectors and looks for classes and applies the properties. In case, if there is any element whose property was previously written in first round then will get erased and over ridden by the second round
Similarly in the third round, it looks for selectors and looks for ids and applies them. Now it overrides the elements of first and second round.
Then in fourth round goes for element level styling which overrides first three rounds
then it goes for searching !important and applies which overrides all existing.
In all these five rounds, assignment of properties to elements goes sequential, so last occurring styling will override all prior styling
Not sure, if UI developer, who does not usually have program background will grasp this concept
But now a days, object oriented programmers are focussing on UI thanks to object oriented UI concepts like typescript and dynamic styling patterns of css like frames and frameboxes .
So, eventually it will become tough for the UI developers to migrate their concepts to think like programmers.
whoever, wont fit in such conceptual invasion will go out of profession
What about data selectors?
wow thank you
I've been learning java for like the past year and the fact that you can just have random numbers right in the middle of the code and it still runs perfectly is beyond me
Hi, im a newbie on the web dev path and was wondering if you'd like to be friends? I'm finding your vids very useful but talking directly for specific doubts would be very helpful! and yeah, I just did subscribe to get up to date for more of your content lol
thanks
you are a god
A question here,why to use different classes and ids in a single element?
ty
How specific are attribute selectors?
Yo you're a god
the only time I used important was to fix bugs of large legacy application where the original developers were not around anymore.