11 comments

  • Jonathan Suh, 6 years ago

    I put this guide together while learning CSS grid with the intention that it’d help those who want to learn get a better understanding of it.

    Totally open to suggestions if anyone has any!

    4 points
  • Matt D. SmithMatt D. Smith, 6 years ago

    This is so awesome. Bookmarked immediately. I'm just now getting comfortable with Flexbox, but Grid looks super promising. Excellent work as always!

    2 points
  • chandan MAURYA, 6 years ago

    how to put

    0 points
  • John GomezJohn Gomez, 6 years ago

    I just wanted to say I loved the hover effect on the title :)

    0 points
  • Clay MacTavishClay MacTavish, 6 years ago

    Does anyone have any experience implementing CSS grid for IE10,11? For the last 10 years, any new CSS thing always has one gotcha and that gotcha is probably IE/x-browser support 90% of the time.

    I've only just started using Flexbox because of this.

    0 points
    • Geoff YuenGeoff Yuen, 6 years ago

      I think Microsoft actually created the grid spec -- but they're lagging behind in updating it. IE11 will never support the current spec as far as I understand. I believe IE11 will only get security updates from now on?

      Someone correct me if I'm wrong.

      0 points
  • Alexander Haniotis, 6 years ago

    Very useful! I would suggest adding pointer-events: none to .vp:before for ease of inspecting :)

    0 points