Instructions

Grid System

Use this Grid for creating new layouts. You can combine this percentages with each other for creating uniq layouts.

Almost all layouts have one HTML structure:
Section ↴
Container ↴
Grid ↴
Grid Item


Grid Item can be different widths.

20%
25%
33%
50%
67%
80%
100%

Common Grid Layouts

Structure of the Grid System:

Parent div block with class "Grid"
Children blocks with class "Grid Item". Each of this classes has predefine combo classes with percentage: 20, 25, 33, 50, 67, 80 and 100.

Main principle of this Grid is wrapping Grid Item to next line when it fills 100%. So, you can have in one line different combo layouts like: 50:50, 25:25:25:25, 33:33:33 etc.

For mobile breakpoints, you could add a specific combo class to Grid Item for 100% width. For example, You have a 33% "Grid Item" and for the Tablet view, you want to show this element in 100%. You could add combo class "Tablet 100" to do this.

If you struggling with combo classes you can read more about it.

20%
80%
100%
33%
33%
33%
33%
67%
80%
20%
25%
25%
25%
25%

Spacers System

Use this additional spaces if needed.
You can easily choose predefined space just input combo class that you need or create your own.

8px
12px
16px
20px
24px
32px
40px
48px
56px
64px
72px
80px
88px
96px
112px
128px
184px