infinity-css-grid

1.0.3 • Public • Published

Installation

Ultra minimal fluid Flex Grid.

Installation

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 rows:
 
<div class="row">
  <div class="column">1</div>
  <div class="column">1</div>
  <div class="column">1</div>
</div>

The CSS code is based on this:

.row{display: flex; flex-flow: row wrap}
 
.column{flex:1}

Installation

Just simply download the project or:

$ npm i infinity-css-grid
<link rel="stylesheet" href="https://unpkg.com/infinity-css-grid@1.0.3/grid.css">

License

This project is licensed under the MIT License

/infinity-css-grid/

    Package Sidebar

    Install

    npm i infinity-css-grid

    Weekly Downloads

    7

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    24.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • vladocar