Daniel 7cfe101354 committing everything unclean | 7 yıl önce | |
---|---|---|
.. | ||
css | 7 yıl önce | |
design | 7 yıl önce | |
dist | 7 yıl önce | |
img | 7 yıl önce | |
js | 7 yıl önce | |
src | 7 yıl önce | |
vendor | 7 yıl önce | |
.bower.json | 7 yıl önce | |
CNAME | 7 yıl önce | |
Gruntfile.js | 7 yıl önce | |
LICENSE | 7 yıl önce | |
README.md | 7 yıl önce | |
bower.json | 7 yıl önce | |
index.html | 7 yıl önce | |
package.json | 7 yıl önce | |
update.json | 7 yıl önce |
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">