Nice distinction of not selecting before the but before the text within the at 2:43.
@clevermissfox8 ай бұрын
Had no idea ::before and ::after started with/works with one : colon. Very interesting ❤
@t20sgrunt363 жыл бұрын
Always good stuff Kevin. You're a treasure.
@danisob36333 жыл бұрын
he is mountains of gold inside a dragon's lair. the dragon would be css
@t20sgrunt363 жыл бұрын
@@danisob3633 Codepen is the dragonlance?
@Yeasiin3 жыл бұрын
No Doubt he is a treasure
@CarAudioInc3 жыл бұрын
You're one of the few webdev channels that goes in-depth with css which I love. I'm not saying that css is the answer for everything but a lot of times it is lol.
@code_blizz3 жыл бұрын
I always search KZbin to look for your tutorials. is now becoming a reference video for me, thanks a lot
@suzantamang21803 жыл бұрын
i was just about google search difference between pseudo-classes and pseudo-elements and here comes kevin with solution.
@jsega9963 жыл бұрын
Great explanations. I especially appreciate the way you combine conceptual knowledge with practical examples to solidify it.
@giocaonguyen3 жыл бұрын
I didn't know why sometime I need to use : and ::, now I know it. Thank you for ur sharing!
@djordjek39163 жыл бұрын
Wow Kevin! I really like this video. Very clear explanation. I learned the difference between the two and how to explain where before and after pseudo-elements are injected in the page. All these can be something anyone could be asked on a technical part of the interview for the job, so thank you very much! 🙏👍
@tanmay_gadge6 ай бұрын
Thanks, this helped a lot.
@ilostonjeopardy3 жыл бұрын
That was a really great point about screen readers and accessibility 00:04:00
@matiinb3 жыл бұрын
Love your channel!
@KevinPowell3 жыл бұрын
Thank you so much 😊
@programmercouple3 жыл бұрын
Love your teaching style! Great video as usual! Thanks:)
@randomuploaderguy3 жыл бұрын
Another useful video! I haven't watched the full video, but I have to ask; is there a current up-to-date list of pseudo classes and elements? Does this video go fully in-depth on all of them? If not, is there a video that fully goes in-depth on all of them? I've noticed that there seem to be ones that don't appear on Firefox's element inspector panel alongside focus and hover and such and I'd love a full knowledgebase of them all to reference.
@sharbelzoghbi1638Ай бұрын
youre a legend. KZbin algo, please give me more of this. Ill also take a golden ferrari but whichever
@GarebearluvsBMX2 жыл бұрын
you have a very healthy fiddle fig! I'm impressed. I hope mine grows up just as healthy. Thanks for the vid!
@KevinPowell2 жыл бұрын
The trick is to get a fake one 🤣 - I'm in a basement with no natural light, so it does the trick, lol.
@muhammadsiddiqui22443 жыл бұрын
As always, your video made me "happy".
@crimsonisland3 жыл бұрын
Haha, I just googled :: vs : css because I couldn't remember which was which. I am so bad a CSS. Thanks for this!
@zachjensz3 жыл бұрын
: (That's the difference)
@dailymeow32833 жыл бұрын
4:31 i've learnt a new trick
@kugi77863 жыл бұрын
Thank you so much. It really helps a lot!!
@mdkawsarislamyeasin40402 жыл бұрын
I'm watching you video new a days. Now i subscribed and also pressed bell icon also Awsome Channel 🖤
@TheCocoaDaddy3 жыл бұрын
Wow, I just learned something new! Do you have any videos on the difference between a pseudo-class that's referenced immediately after an element selector vs with a space between? For example: a:hover vs a :hover (hover might be a bad example :)). Thanks for posting this!
@wolframzell61623 жыл бұрын
a:hover would trigger if you hover over the , while a :hover would trigger on child elements of when hovering over them. Like with a normal class selector a space shows that its a child.
@lukejagodzinski3 жыл бұрын
I do webdev for so many years and I didn't know that there is ::first-line and ::first-letter :) Btw. at 4:40 [attr*=value] is not "starts with" but "contains" :). Starts with is ^=.
@GauravKumar-ue7nz3 жыл бұрын
Thank you Kevin
@richardjoemartin Жыл бұрын
Best explanation❤👏
@nro3373 жыл бұрын
This is great! Thank you!
@NNNedlog3 жыл бұрын
You always produce quality videos at the right time. A quick question: is it possible to manipulate pseudo-elements with JavaScript
@KelseyThornton3 жыл бұрын
Nice explanation!
@Zen-lz1hc2 жыл бұрын
Thank you Really cool video :)
@johnsolly2 жыл бұрын
Thank you for this explanation!! I finally get it = )
@aybak3k3 жыл бұрын
in short pseudo class is a special state of elements like hover and uses only one colon ":" pseudo element is like "first-line"
@robertkovac78243 жыл бұрын
Great video, came in handy for me.
@AlThePal78 Жыл бұрын
I love your shirt I use codepen for making my own snipets myself
@goodnewsjohn24823 жыл бұрын
wow great one sir. can you do something about stacking context or do you have one already?
@maulikthaker0093 жыл бұрын
good one kevin
@commentmyideas45233 жыл бұрын
Many psuedo. Come and go 👍👍👍
@sonuyadav11032 жыл бұрын
Thank you sir
@danisob36333 жыл бұрын
0:28 Oh no... its important and ive never wondered about it. im doomed D:
@nitikaajay_vlog67123 жыл бұрын
Sir please make a video on how to add a releted post coding in blogger
@riajmazumder44343 жыл бұрын
Please some video for javascript.
@KevinPowell3 жыл бұрын
Lots of awesome JS teachers out there already! I'll cover it from time to time when needed for something, but not my focus :)
@riajmazumder44343 жыл бұрын
@@KevinPowell sir, I just only understand your content. Their content goes above my head. I felt lucky to get a teacher like you.
@josephwong28323 жыл бұрын
great video but you should have shown more code examples??
@nitikaajay_vlog67123 жыл бұрын
Related post coding in sidebar menu Related post coding in post
@confidencekpodo77932 жыл бұрын
how do you apply first of type to a content (post content) from a json file?
@matthewgilarmo92973 жыл бұрын
So, applying ::before and ::after to the box model, would the order be: margin, border, padding, ::before/::after, content? Am I thinking about that right?
@KevinPowell3 жыл бұрын
well, the ::before and ::after are inside the content, technically. It's a little different too, as a border can be all 4 sides, a before or after squeezes in... well, before or after, heh. It's inside the content, and right before, or right after, whats in the HTML, if that makes sense.
@matthewgilarmo92973 жыл бұрын
@@KevinPowell it does! thank you! Also, saw you had a series on this after I made the comment - already started watching ... your content is always great and really helpful!
@chhavimanichoubey94373 жыл бұрын
just like recursion, it was confusing to me but now it isnt.
@AfdhalAtiffTan3 жыл бұрын
Thanks
@KevinPowell3 жыл бұрын
Thank you so much!
@ajayshekhawat22923 жыл бұрын
Good video
@KevinPowell3 жыл бұрын
Thanks
@ЯМолодец-ъ6ш3 жыл бұрын
Where is your telegram? I can't find a link. I mean group for your community, not personal)
@saugatnepal595611 ай бұрын
Why :first-child is a pseudo class but ::first-letter is a pseudo element?
@PoisonedPickle3 жыл бұрын
4:43 i had no idea i can only select external links :"
@FarhanShaikhTheGreat3 жыл бұрын
Why don't you have caption in video ? Atleast English (auto generated) would be a good option
@Mahdi.illusion3 жыл бұрын
someone please send kevin courses link for me i cant find him thank u
@KevinPowell3 жыл бұрын
My courses? kevinpowell.co/courses 😊
@WIBEDRILLMusic3 жыл бұрын
👌👌👌👌
@EAGEEYE3213 жыл бұрын
#CODEPEN
@KevinPowell3 жыл бұрын
It's in the links section of the description, if you're looking for it :)
@margueritebainbridge92812 жыл бұрын
No closed captioning, you talk really fast, I can not keep up. I leave here totaly confused as a beginner to CSS. Content for those familiar. I may come back later.
@vertigoz5 ай бұрын
I guess you'll get used to it, I hear him at 1,5x not a native speaker and get what he says... I speed it up, but I guess one can also speed it down
@programmercouple3 жыл бұрын
Love your teaching style! Great video as usual! Thanks:)