Daniel 7cfe101354 committing everything unclean il y a 7 ans
..
css 7cfe101354 committing everything unclean il y a 7 ans
design 7cfe101354 committing everything unclean il y a 7 ans
dist 7cfe101354 committing everything unclean il y a 7 ans
img 7cfe101354 committing everything unclean il y a 7 ans
js 7cfe101354 committing everything unclean il y a 7 ans
src 7cfe101354 committing everything unclean il y a 7 ans
vendor 7cfe101354 committing everything unclean il y a 7 ans
.bower.json 7cfe101354 committing everything unclean il y a 7 ans
CNAME 7cfe101354 committing everything unclean il y a 7 ans
Gruntfile.js 7cfe101354 committing everything unclean il y a 7 ans
LICENSE 7cfe101354 committing everything unclean il y a 7 ans
README.md 7cfe101354 committing everything unclean il y a 7 ans
bower.json 7cfe101354 committing everything unclean il y a 7 ans
index.html 7cfe101354 committing everything unclean il y a 7 ans
package.json 7cfe101354 committing everything unclean il y a 7 ans
update.json 7cfe101354 committing everything unclean il y a 7 ans

README.md

Flexbox Grid

flexboxgrid.com

Grid based on the flex display property.

Install

npm

npm i flexboxgrid --save

bower

bower install flexboxgrid

cdn

Cloudflare

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >

jsDelivr

<link rel="stylesheet" href="https://cdn.jsdelivr.net/flexboxgrid/6.3.1/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