Daniel 7cfe101354 committing everything unclean | il y a 7 ans | |
---|---|---|
.. | ||
css | il y a 7 ans | |
design | il y a 7 ans | |
dist | il y a 7 ans | |
img | il y a 7 ans | |
js | il y a 7 ans | |
src | il y a 7 ans | |
vendor | il y a 7 ans | |
.bower.json | il y a 7 ans | |
CNAME | il y a 7 ans | |
Gruntfile.js | il y a 7 ans | |
LICENSE | il y a 7 ans | |
README.md | il y a 7 ans | |
bower.json | il y a 7 ans | |
index.html | il y a 7 ans | |
package.json | il y a 7 ans | |
update.json | il y a 7 ans |
Grid based on the flex
display property.
npm i flexboxgrid --save
bower install flexboxgrid
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" >
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">