jasonparekh / flexboxgrid

Grid based on CSS3 flexbox

Home Page:flexboxgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexbox Grid

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.2.0/flexboxgrid.min.css" type="text/css" >

css

Add the flexbox.css development or flexbox.min.css production to your html page.

<link rel="stylesheet" href="css/flexbox.min.css" type="text/css">

Inspiration

About

Grid based on CSS3 flexbox

flexboxgrid.com

License:Other


Languages

Language:HTML 54.6%Language:CSS 43.0%Language:JavaScript 2.3%