Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladocar/infinity-css-grid

Fluid Flex Solution for making infinite grid columns.
https://github.com/vladocar/infinity-css-grid

css css-framework css-grid css-library flex flex-layout flexbox flexbox-css flexbox-grid

Last synced: 2 months ago
JSON representation

Fluid Flex Solution for making infinite grid columns.

Awesome Lists containing this project

README

        

[![Gzip Size](https://img.badgesize.io/https://unpkg.com/[email protected]/grid.min.css?compression=gzip)](https://unpkg.com/[email protected]/grid.min.css)

Infinity CSS Grid

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:

```html
// For 3 columns:


1

1

1


```

The CSS code is based on this:

```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

Installation

Just simply download the project or:

```shell
$ npm i infinity-css-grid
```

```html

```

Demo:

https://vladocar.github.io/infinity-css-grid/

License

This project is licensed under the MIT License