ustmaestro / flexboxgrid
This a fork of kristoferjoseph/flexboxgrid. Css grid system based on the flex display property.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1 147
Language:HTML
Type:project
This package is not auto-updated.
Last update: 2025-01-18 21:13:55 UTC
README
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.3.0/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">