Grid

The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without having to use floats and positioning.

50:50 layout

section1

section2

70:30 layout

S1

S2

80:20 layout

S1

S2

3-column layout

S1

S2

S3