Basic blocks –––– Container, Row, and Columns
Let’s try to create a responsive layout using Layout Blocks’ basic constructs like container, row, & columns.
Before we try to create a layout, let’s first inspect the default properties set on Container, Row, and Column
Default Container Properties
The two main properties that are interesting to note for Basic Layouts’ Container, are its width set to 100%, and min-width set to 320px. There’s one more container property that is interesting to note and that is
Justification set to center. This allows all rows to be centered aligned to the
device.
Default Row Properties
Similarly, row has a width set to 100%, and it’s max-width set to the grid width that you have selected in new project dialog.
It’s min-width is set to 320px.
Default Columns Properties
By default column has a width set to one column grid width. i.e. for 12 column
grid, it is set to 8.33%