gridflex
v1.0.8
Published
Grid system with flexbox
Downloads
4
Maintainers
Readme
Gridflex
gridflex.css is a lightweight, responsive Grid layout with Display flex. Live demo
Getting started
Get started with gridflex in your projects. You can either manually install or use NPM.
Install manually
Download the compiled and minified gridflex CSS file.
Install with CDN
https://cdn.rawgit.com/GA-MO/gridflex/2ef49dfb/lib/gridflex.css
Install with NPM
$ npm install gridflex --save
And include it in your website or Web app <head> part.
<link rel="stylesheet" href="dist/gridflex.css" />