grid-styled-css

1.1.0 • Public • Published

grid-styles-css

Website
Build Status Codacy Badge
GitHub license StackShare GitHub pull requests

Grid css for creating responsive web designs

For doc visit https://nimjetushar.github.io/grid-css

Getting started

Install package using
npm i grid-styled-css --save

Import the styles from ~/grid-styled-css/grid/grid.min.css

Basic understanding

The basic understanding for rendering grid is the sumation of the used columns which should always be eqaul to 12. Consider rendering grid using class .col-4 .col-6 .col-2 . In this sample the summation is 4 + 6 + 2 = 12 so the grid would render properly. So always take care column sumation.

For more reference refer /docs.

This grid system is build with reference to bootstrap.

Licence

GitHub license

Package Sidebar

Install

npm i grid-styled-css

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

60.5 kB

Total Files

14

Last publish

Collaborators

  • tusharnimje