Комментарии:
Crystal clear 👌👍
Ответитьamazing explanation :)))
ОтветитьAmazing Amazing!!! Nobody explains like this way.sir genius!! Need more videos like this and Thank you so much <3
ОтветитьSteve, wanted to tell you that your videos are amazing and to thank you for providing the world with an amazing resource. Truly astonishing work.
ОтветитьThats false. margin doesnt align your text. learn css before teaching it
Ответитьawesome channel....better than even css books
ОтветитьSteve - you have a gift. Thank you for sharing that gift! Appreciated it...
ОтветитьJust add add the box-sizing: border-box property to body element so it gets inherited to all elements, so when you use % values it will use the content box as reference without the padding and margin
ОтветитьWhat can I say, other than amazing!
Ответитьu saved my night ;)
ОтветитьHey Steve, I started learning this attribute today and understood it the first time! Awesome content :) thank you
Ответитьyour voice is really comforting
ОтветитьThank you
ОтветитьThis channel is coronavirussickly underrated.
Ответитьdef textAlign(parent):
applyCenteringOnText(parent)
for i in parent.children:
if type(i) != textNode:
textAlign(i)
some pseudocode that helped me visualize how textAlign inheritance might selectively ignore children nodes for centering but recurse on them for aligning their textNodes relative to the container
thanks steve!!!
ОтветитьAmazing, great explanaition
Ответитьyou are a genius!!!
Ответитьyou're an amazing teacher..I just love the way you describe every point .
ОтветитьSummary :
Text-align - To center the content present inside a container
Margin: 0 auto - To center the container(horizontally)
Very good explanation, thank you
ОтветитьGreat explanation. Thanks
ОтветитьThat's really helpful dude
ОтветитьWow! Well explained 👏. Thank you so much
ОтветитьThis was superb, masterful work sir.
Ответить:))) thank you!!!
ОтветитьI should have found this channel earlier
Thanks sir for these useful information
that's great thank you very much sir
ОтветитьSuch a highly pedagogical explanation of hierarchies and relations between different elements and how tweaking them will affect not only them, but also potentials child elements. So easy to digest for a beginner. You are amazing!
ОтветитьThat is the kind of explation that i was looking for! Thanks.
ОтветитьAwesome tutorial, Thank you for your time
ОтветитьA detailed explanation! Thank you❤️
Ответитьyour videos are really helpfull. thank you so so much!
ОтветитьGreat Explanation
ОтветитьWow, you have a very soothing voice! It's so satisfying to listen to, it's like listening to ASMR.... and learning code at the same time... This is amazing!
ОтветитьThank you
ОтветитьI have been looking for this everywhere and you nailed it. Thanks a lot.
ОтветитьThank you very much!! This was a very useful video for me. I have a another question, do you have video about floating top backgrounds??
ОтветитьThank you
Ответитьmargin: auto !!!!! Really, that's it. One damn word...unbelievable. Centering has driven me nuts more than once. I've been writing code for nearly 40 years, have 2 degrees, am an MCSE and MCSD since 1996 and today I finally learned about centering...WOW!!! You are the first to expose me to this. I thought there was no solution to my ;align-items: center; issue today, so I watch some videos and found you.
I'm very good at workarounds but today I learned how to do it right. Thank you