ustmaestro/flexboxgrid

This a fork of kristoferjoseph/flexboxgrid. Css grid system based on the flex display property.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1 163

Language:HTML

Type:project

dev-master 2016-03-25 11:03 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:11:53 UTC


README

flexboxgrid.com

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">

Inspiration