Simple Grid Css is a responsive grid system based on flexbox css
npm install simple-grid-cssSimple Grid Css is a responsive grid system based on flexbox css
Another grid in css, however, this grid is much leaner! Great for building layouts just by being small and doing what I need: Building responsive layouts, just this.
#### Via download
1. Download compiled.zip from the latest release;
2. Extract the ZIP archive and locate the simple-grid-css.min.css or simple-grid-css.css files;
3. Copy the file of your choice into your project directory;
4. So far, so good!
#### Via NPM
1. Use npm install simple-grid-css to install the package;
2. You will then find the source code in node_modules/simple-grid-css/simple-grid-css.css;
3. So far, so good!
``html`
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Tip: Add the class no-baseline if you want to remove the spacing between the columns
`html``
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Feel free to contribute 🤘