Skip to content

ryanespin/flexboxgrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexbox Grid

flexboxgrid.com

Grid based on the flex display property.

Install

npm

npm i flexboxgrid --save

cdn

<link rel="stylesheet" href="//cdn.jsdelivr.net/flexboxgrid/5.0.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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 94.2%
  • JavaScript 5.8%