Infinity css grid
Fluid Flex Solution for making infinite grid columns.
Infinity CSS Grid is around 0,1 Kb CSS for making any number of columns. The project is written primarily in HTML, distributed under the MIT License license, first published in 2018. Key topics include: css, css-framework, css-grid, css-library, flex.
<p align="center"><img src="logo.png" /></p>
<h1 align="center"> Infinity CSS Grid </h1>
<p align="center"> Ultra minimal fluid Flex Grid. </p>
<hr/>
<p> Infinity CSS Grid is around 0,1 Kb CSS for making any number of columns. </p>
<p> Just add any number of .column in the .row: </p>
<p>The CSS code is based on this: </p>html// For 3 columns: <div class="row"> <div class="column">1</div> <div class="column">1</div> <div class="column">1</div> </div>
css.row{display: flex; flex-flow: row wrap} .column{flex:1}
You can make tests here: https://vladocar.github.io/infinity-css-grid/demo1.html
<h3>Installation </h3> <p>Just simply download the project or: </p>shell$ npm i infinity-css-grid
<h3>Demo:</h3>html<link rel="stylesheet" href="https://unpkg.com/infinity-css-grid@1.0.3/grid.css">
https://vladocar.github.io/infinity-css-grid/
<h3>License</h3>This project is licensed under the MIT License
Contributors
Showing top 3 contributors by commit count.
This article is auto-generated from vladocar/infinity-css-grid via the GitHub API.Last fetched: 6/21/2026
