Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 404 Bytes

Notes.md

File metadata and controls

9 lines (7 loc) · 404 Bytes

Why CSS Grid

  • Easier to create two dimensional layouts
  • Simpler HTML markup - grid is defined in CSS rather than HTML element nesting
  • Flexible - especially with responsive media queries. Elements can be switched to different rows based on a media query (this is much difficult when using a nested element approach like Bootstrap)
  • Skip framework dependencies
  • Supported by all major browsers