Это видео недоступно.
Сожалеем об этом.

CSS Grid Layout - Rachel Andrew | February 2017

Поделиться
HTML-код
  • Опубликовано: 6 авг 2024
  • Rachel Andrew (02/02/17)
    Forget rolling your own float-based layouts, incorporating your favourite CSS framework’s grid system, or stretching Flexbox within an inch of its life - CSS Grid Layout module brings us a native CSS grid system for the first time! It’s a system that doesn’t rely on document source order, and can create complex layouts which are easily redefined with media queries. Rachel provides practical examples to demonstrate how Grid works and how it can be used to implement modern layouts and responsive designs.
    frontendne.co.uk/talks/css-gr...

Комментарии • 48

  • @danielschutzsmith9399
    @danielschutzsmith9399 7 лет назад +6

    Rachel, thank you so much for this extremely informative presentation! Thoroughly explain CSS Grid Layout and literally answered every question that was running through my head.

  • @ornous
    @ornous 7 лет назад +1

    Well that sounds like a lovely experience for building UIs going forward. Thanks for a fantastic talk Rachel!

  • @juliuscirwithian1565
    @juliuscirwithian1565 6 лет назад +4

    This is amazing! I can't believe I'm just now discovering this.

  • @snugglepuff33
    @snugglepuff33 6 лет назад

    This is so awesome! I can't wait until Rachel's new book comes out.

  • @lvhk89
    @lvhk89 7 лет назад +1

    Thank you sooooo much for such informative presentation!!

  • @atlassiancommunityinsaint-1753
    @atlassiancommunityinsaint-1753 5 лет назад +1

    Great presentation, many thanks for your work!

  • @djsyndicate0001
    @djsyndicate0001 7 лет назад +1

    Excellent video thanks for sharing!Was a big help :D

  • @nojvaz2392
    @nojvaz2392 6 лет назад

    I enjoyed this presentation. Thank you!

  • @alessandromuraro6610
    @alessandromuraro6610 7 лет назад +1

    Perfect presentation, thanks. I suggest people watching it, to follow along testing things in Codepen.

  • @tortysoft
    @tortysoft 7 лет назад

    Great stuff indeed. So good to be in at the start of it too ! OK, I've been at it since 1999, but I sort of got stuck for a while .

  • @RosanaRuFer
    @RosanaRuFer 7 лет назад +2

    Having the CodePens was super important. Very well done!!

    • @devon102
      @devon102 7 лет назад

      It doesn't look like they're up anymore. Can you link me to them please?

    • @RosanaRuFer
      @RosanaRuFer 7 лет назад

      They are in the video, for example, see minute 20:52 => cssgrid.me/051623

  • @blackblather
    @blackblather 6 лет назад

    Just started watching the video, hopefully it'll help me fix the bugs im getting :)

  • @AlessandroMuraroIT
    @AlessandroMuraroIT 7 лет назад

    Thanks Rachel!

  • @nawbruv
    @nawbruv 7 лет назад

    Great talk! Really interesting stuff.

  • @souravdutta8043
    @souravdutta8043 7 лет назад

    Absolutely Fantastic!! Thumbs Up!! \m/

  • @fdc_8507
    @fdc_8507 6 лет назад

    Thanks Rachel

  • @danielleonardoarevalopadil4754
    @danielleonardoarevalopadil4754 7 лет назад

    Great her are engineer in frontend thank you so moch for information and for explain this topic.

  • @user-so7qk1qw6c
    @user-so7qk1qw6c 5 лет назад

    cпасибо за ваши труды, я в печетлён простоте и качеству дизайна

  • @aslamshah1644
    @aslamshah1644 7 лет назад +5

    "We don't need a grid based frameworks, Grid is a Framework "

  • @rodrigonoales
    @rodrigonoales 7 лет назад

    So awesome

  • @SeanMacdonald_CodeMonk
    @SeanMacdonald_CodeMonk 6 лет назад

    great looking presentation. what software do you use to creat it?

  • @luciusrex
    @luciusrex 7 лет назад

    @55:19 The question on accessibility with css confused me a bit. I thought html 5 attempts to solve that issue. the only accessibility concern I could think with grid layout is, as mentioned, forms getting out of order but html should and could do better to solve that.

  • @ivanc8494
    @ivanc8494 6 лет назад

    Great !!!

  • @andresraya
    @andresraya 7 лет назад

    does someone knows when will css grid be available on the browsers?

    • @Paretozen
      @Paretozen 6 лет назад

      Andres R ya man find 'Can I Use'. Should be around 80% support at time of this writing. We gettin there brother

  • @MrJohn-wy2hn
    @MrJohn-wy2hn 7 лет назад

    which browsers can read these grid layouts?

    • @aslamshah1644
      @aslamshah1644 7 лет назад +1

      Almost everyone now.

    • @stenwichmann1198
      @stenwichmann1198 7 лет назад +1

      The only ones lacking is IE and Edge. But they will come soon

    • @unknotmiguel
      @unknotmiguel 7 лет назад

      Sten Wichmann and safari i guess..? Acording to mozilla

    • @snugglepuff33
      @snugglepuff33 6 лет назад +1

      perfect reason to check out caniuse.com

  • @teppichkuchen8606
    @teppichkuchen8606 6 лет назад

    How do you handle IE11? It doesnt support "css feature" also. Answers like "drop IE11" is not an answer.

    • @FrontendNE
      @FrontendNE  6 лет назад +1

      If you need to support a browser that doesn't support a CSS feature. @supports or modernizr can help you out.
      Use @supports the right way around though. Write the fallback as a default, then overwrite it inside an @supports block. That way, the browser doesn't need to support @supports either.
      Did we say support enough times? Support.

    • @stuartslaugh2722
      @stuartslaugh2722 5 лет назад

      Yes it is. Approximately 1-2% of users worldwide still use Explorer, and even less use Edge. They're not worth the time and effort

    • @longrolstral
      @longrolstral 5 лет назад

      @@stuartslaugh2722 You also have to realise that it depends on the audience you are coding for. UC Browser is popular in Asia, and it does not support Grid at all. So if you design a site for a company whose market is in Asia, there's a chance that many visitors will arrive at a broken website.

  • @Linck192
    @Linck192 7 лет назад

    so you can't drag cells around to different positions in real time, that's really a huge limitation =/

    • @Linck192
      @Linck192 7 лет назад

      yeah true, I meant more like "loss potential" rather than limitation

  • @DeadsupraEE3
    @DeadsupraEE3 7 лет назад

    Why does it take so long to implement something like this? 3D web apps is right around the corner..

  • @vojka2973
    @vojka2973 7 лет назад

    wtf 12:15 this shit is not working for me!

  • @neithanm
    @neithanm 7 лет назад +1

    Very boring presentation.

    • @qwertyasdf7615
      @qwertyasdf7615 7 лет назад

      lol why?

    • @rehansiddique1875
      @rehansiddique1875 7 лет назад +3

      Neithan Brother lagta hai apka Web development main interest ni hai

    • @kamaboko1
      @kamaboko1 7 лет назад +10

      I'll be waiting for your exciting CSS Grid presentation.

    • @Paretozen
      @Paretozen 6 лет назад

      Nonsense