ustmaestro / flexboxgrid
This a fork of kristoferjoseph/flexboxgrid. Css grid system based on the flex display property.
Package info
github.com/ustmaestro/flexboxgrid
Language:HTML
Type:project
pkg:composer/ustmaestro/flexboxgrid
dev-master
2016-03-25 11:03 UTC
This package is not auto-updated.
Last update: 2026-03-15 03:56:17 UTC
README
Grid based on the flex display property.
Install
npm
npm i flexboxgrid --save
bower
bower install flexboxgrid
cdn
<link rel="stylesheet" href="//cdn.jsdelivr.net/flexboxgrid/6.3.0/flexboxgrid.min.css" type="text/css" >
css
Add the flexboxgrid.css development or flexboxgrid.min.css production to your html page.
<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">