Daniel 7cfe101354 committing everything unclean | пре 7 година | |
---|---|---|
.. | ||
css | пре 7 година | |
design | пре 7 година | |
dist | пре 7 година | |
img | пре 7 година | |
js | пре 7 година | |
src | пре 7 година | |
vendor | пре 7 година | |
.bower.json | пре 7 година | |
CNAME | пре 7 година | |
Gruntfile.js | пре 7 година | |
LICENSE | пре 7 година | |
README.md | пре 7 година | |
bower.json | пре 7 година | |
index.html | пре 7 година | |
package.json | пре 7 година | |
update.json | пре 7 година |
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">