Комментарии:
Hi Dave can you kindly cover the ::before and ::after pseudo elements, love the tutorials keep it up :)!!
ОтветитьI wasn't aware of :is, :where and :any pseudo classes 🤦♂
the cool thing about :first-line pseudo element is that is always selects the first line even when it wraps to a multiple lines,
Thanks Dave, soon you'll hit the 50K subs, Congrats in advance (just in case I missed the event)🎉
Always inspiring and may I even add, thrilling, watching your videos. Something new, and helpful always. Thanks, Gray.
ОтветитьThanks so much Dave. You actually cleared the confusion that I have been battling with
ОтветитьThanks for the video! Can I ask which extension you use for the bracket line highlight??
ОтветитьCan you please upload a react native course for beginners ❤️
ОтветитьThank you for another video-lesson!
ОтветитьHey, Dave! I learn CSS from you. Amazing lessons. I like your teaching technique. I follow you on my VSCode and I noticed that paragraph and quotes go over the nav element if you scroll all the way down. You can see it at the last seconds of this lesson. I suspect ::before and ::after have some kind of layer to them, something like z-index. Should we use something else to avoid this or make some change to nav?
ОтветитьIs it allowed to replace :is(a:hover, a:focus) with a:is(:hover, :focus) to make it even shorter?
Ответить🎉
Ответить400th like 😀
ОтветитьWhen you say .card p::before or .card p::after, am I right in my understanding that for pseudo-elements, their immediate parent are considered to be "p"?
Ответить