- Notifications
You must be signed in to change notification settings - Fork9
Fluid Flex Solution for making infinite grid columns.
License
NotificationsYou must be signed in to change notification settings
vladocar/infinity-css-grid
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Ultra minimal fluid Flex Grid.
Infinity CSS Grid is around 0,1 Kb CSS for making any number of columns.
Just add any number of .column in the .row:
// For 3 columns:<divclass="row"><divclass="column">1</div><divclass="column">1</div><divclass="column">1</div></div>
The CSS code is based on this:
.row{display: flex;flex-flow: row wrap}.column{flex:1}
You can make tests here:https://vladocar.github.io/infinity-css-grid/demo1.html
Just simply download the project or:
$ npm i infinity-css-grid
<linkrel="stylesheet"href="https://unpkg.com/infinity-css-grid@1.0.3/grid.css">
https://vladocar.github.io/infinity-css-grid/
This project is licensed under the MIT License
About
Fluid Flex Solution for making infinite grid columns.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
