/custom_grid

Custom Responsive Layout Grid

Primary LanguageSCSS

Make your own grid

grid representation

Custom Grid description

  • Add other size of columns in _grid.scss
  • Change gutter sizes in _variables.scss
  • Make it responsive with media queries in _mixins.scss

To keep playing

git clone git@github.com:rom-30/custom_grid.git && cd $_
npm install
npm start

Can be removed

/* sass/_grid.scss */

height: 6rem;
justify-content: center;
align-items: center;
display: flex;