A powerful CSS layout system used to create flexible, two-dimensional grid-based layouts.
Total Questions
2
Display Order
#7
Category
Frontend
CSS Grid is a layout system that allows designing web pages using rows and columns.
Grid is two-dimensional (rows + columns), while Flexbox is one-dimensional (row OR column).