Centering With CSS The Easy Way

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 18

  • @jamesbest3347
    @jamesbest3347 6 หลายเดือนก่อน +12

    The most important software engineering video of my life.

  • @andergarcia1115
    @andergarcia1115 6 หลายเดือนก่อน +1

    Thank you Master, details like this truly do have a significant impact

    • @IAmTimCorey
      @IAmTimCorey  6 หลายเดือนก่อน

      You are very welcome.

  • @coloseis
    @coloseis 6 หลายเดือนก่อน +2

    Thank you very much for the simple explanation. I got dizzy so many times trying to achieve this thing that is so simple.

    • @IAmTimCorey
      @IAmTimCorey  6 หลายเดือนก่อน +1

      You are welcome.

  • @torrvic1156
    @torrvic1156 6 หลายเดือนก่อน +1

    Thank you so much, Mr. Corey! I really struggled with flex stuff. Your frontend lessons are priceless.

    • @IAmTimCorey
      @IAmTimCorey  6 หลายเดือนก่อน

      You are welcome.

  • @abo1428
    @abo1428 6 หลายเดือนก่อน

    Thank you very much Tim! Great series, keep on going 👏🏻

  • @palmwaytech
    @palmwaytech 5 วันที่ผ่านมา

    Great tutorial , understand height: inherit value more , ive seen it here and there , means the height/width will be inherited from its parent value.

  • @sniz-mangalore3562
    @sniz-mangalore3562 6 หลายเดือนก่อน +2

    Resolving a century old question "How to center a div?"😂😂😂

  • @RadoAndriamiharimahazo_4444
    @RadoAndriamiharimahazo_4444 6 หลายเดือนก่อน +1

    Great tutorial, Thanks Tim!

    • @IAmTimCorey
      @IAmTimCorey  6 หลายเดือนก่อน

      You are welcome.

  • @ace90210ace
    @ace90210ace 6 หลายเดือนก่อน +2

    Ohhh how naive, I too thought this was the answer when I learnt it in css years ago.
    How wrong I was.
    One thing CSS is absolutely consistent in is, no matter how many ways we find to finally solve centering a div it *will* find a way of use case it doesn't work.
    Of I get time later I might dig up one of my multiple applications where it refused to center using your above solution because something stupid that required daft workarounds.

    • @IAmTimCorey
      @IAmTimCorey  6 หลายเดือนก่อน +1

      It isn’t the solution to every situation, as I stated in the video. It is the easiest solution that works most of the time. There is also CSS Grid and others.