Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The CSS Grid Layout is a two-dimensional grid-based layout module formed by rows and columns..

  • The vertical line of grid items areĀ columns.

  • The horizontal line of grid items areĀ rows.

To divide a grid you will need to adjust the "Grid Layout" (with yellow border) using Flex Section.

Although flexbox and grid share CSS style properties, grid is suitable for a wide variety of scenarios and layouts where the arrangement of elements in rows and columns is essential. Some of the settings and designs include: Image Grid, Blog and Articles, Data Tables, Forms, Control Panels, etc.

  • No labels