CSS Grid Changes Everything (About Web Layouts) - by Morten Rand-Hendriksen

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

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

  • @RKkuba
    @RKkuba 6 ปีที่แล้ว +3

    Great! As a junior I always asked myself why do I need bootstrap to do my landing page. Great explanation

  • @ckernest
    @ckernest 4 ปีที่แล้ว

    just found this video about CSS grid and it is awesome. wondering whether Chrome made improvement in grid inspector? thanks.

  • @Linck192
    @Linck192 6 ปีที่แล้ว +4

    they forgot to mention one of the most frequent complaints right now, which might not be that important, but people talk about it a lot, which is that you are limited to rectangles with grid, so you can't make tetris-blocks-like areas

    • @Linck192
      @Linck192 6 ปีที่แล้ว

      oh so it is supported now? that's pretty cool

    • @FeniaUA
      @FeniaUA 6 ปีที่แล้ว +1

      I think it was all the time. there is few styles to use grid + flex (micro-macro)... you should look for tutorials I saw this way when you mark containers with letters and lay it out the way you want it. In the same time, you can nest in each letter another container and scale it up/narrow it. I just posted simple diagram but I'm sure with gird you can manipulate it just takes practice..

  • @noonhe
    @noonhe 6 ปีที่แล้ว +1

    this video was great. thanks

  • @nbot3000
    @nbot3000 2 ปีที่แล้ว

    Flex order also can do the job

  • @twocsies
    @twocsies 6 ปีที่แล้ว +1

    Grid should be a generalization of flex boxes. As the number of columns reduces, grid has no way to allow content to spill into the next row... Sad.

  • @Carurosu
    @Carurosu 4 ปีที่แล้ว

    I inspected The New York Times and I couldn't find any display: grid use in there. Maybe I didn't inspect it well.

  • @spacewad8745
    @spacewad8745 6 ปีที่แล้ว +1

    Yay! I love CSS Grid...Combining Grid with FlexBox is gonna make frameworks less relevant...