Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vladocar/SMART-CSS-GRID

SMART CSS GRID - CSS Framework
https://github.com/vladocar/SMART-CSS-GRID

css css-framework css-grid css-grid-layout css-library css3 css3-grid

Last synced: 3 months ago
JSON representation

SMART CSS GRID - CSS Framework

Awesome Lists containing this project

README

        

[![License MIT](https://img.shields.io/badge/licence-MIT-blue.svg)](https://choosealicense.com/licenses/mit/)
[![Gzip Size](https://img.badgesize.io/https://unpkg.com/[email protected]/smart-grid.css?compression=gzip)](https://unpkg.com/[email protected]/smart-grid.css)

SMART CSS GRID - Minimal CSS Framework

Smart CSS Grid is CSS GRID based fluid responsive layout system with 12 columns.


* Minimal. It is only 0.5 KB.
* Clear syntax.
* No unnecessary nesting, meaning you will write less HTML.
* Responsive.
* Flexible the main width can be any number or uint ex: 960px, 90% or whatever you like.
* Supports rows merging, nesting columns, column swapping..

The project is designed to adapt to any size or any column gap. You can change these values into the main CSS file. Example width: 85% and grid-gap: 20px; or width: 1200px and grid-gap: 14px;

[https://vladocar.github.io/SMART-CSS-GRID/](https://vladocar.github.io/SMART-CSS-GRID/)

[Demo 1](https://vladocar.github.io/SMART-CSS-GRID/Smart-Grid-Demo.html)

[Read more on my blog..](http://www.vcarrer.com/2018/05/smart-css-grid.html)

## Download or Install

You can simply download the library or use:

```
$ npm i smart-css-grid
```

You can use PKG CDN:

```html

```

### License

This project is licensed under the MIT License