Blog

Why CSS Grid and Browser Compatibility
Posted on September 8, 2020 in CSS by Matt Jennings

Why CSS Grid?

  • No “row” markup required.
  • Grid is designed to work in 2 dimensions.
  • Use Flexbox for UI elements, but use Grid for major layout.

Browser Support

  • Full support in the latest browsers, including Edge 16+.
  • Partial support back to IE10+ and Edge 12+.

Grid Polyfill

See Grid Layout Polyfill on GitHub.

Leave a Reply

To Top ↑