How to use grids

Columns - The colored blocks that make up the content width of your design

Desktop: 12 columns, 60-80px each

Tablet: 8 columns

Mobile: 4 columns

Gutter - The space in between the colored blocks, typical size 20px

Margin - The space at the left and right of the content. Sizes vary dependent on device size

Breakpoint - The point where the content will shift to a new layout to accommodate the change in device size

Fixed Grid - Using this grid, the content and text do not dynamically change, only the layout changes when scaling up/down

Fluid Grid - Using this grid, the content and text do dynamically change when scaling up/down, the layout will change when reaching a new breakpoint

Best Practices