Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arodax/css-grid

Modern, simple and easy to use CSS grid.
https://github.com/arodax/css-grid

css grid-layout

Last synced: about 1 month ago
JSON representation

Modern, simple and easy to use CSS grid.

Awesome Lists containing this project

README

        

![Licence MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)
![Firefox 31+](https://img.shields.io/badge/Firefox-31+-informational.svg?logo=mozilla%20firefox&logoColor=white&style=flat-square)
![Chrome 49+](https://img.shields.io/badge/Chrome-49+-informational.svg?logo=google%20chrome&logoColor=white&style=flat-square)
![Edge 16+](https://img.shields.io/badge/Edge-16+-informational.svg?logo=microsoft%20edge&logoColor=white&style=flat-square)
![Safari 9+](https://img.shields.io/badge/Safari-9+-informational.svg?logo=safari&logoColor=white&style=flat-square)
![Opera 36+](https://img.shields.io/badge/Opera-36+-informational.svg?logo=opera&logoColor=white&style=flat-square)
[![](https://data.jsdelivr.com/v1/package/npm/@arodax/css-grid/badge)](https://www.jsdelivr.com/package/npm/@arodax/css-grid)

CSS GRID
========

Modern, simple and easy to use CSS grid. Just place the grid css file in your project folder and start to create your layout.

Demo: https://grid.arodax.com

Licence: MIT

Use with CDN
-------------------------------
```html

```

Download with a package manager
-------------------------------

yarn:
```console
yarn add @arodax/css-grid
```

npm:
```console
npm -i @arodax/css-grid
```

Import grid into your CSS file
------------------------------

```css
@import "~@arodax/css-grid";
```

### Version history:

#### 2.0.0
* simplify
#### 1.0.0
* Initial release

Contributing
------------
1. **Fork** the repo on GitHub
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch
4. **Push** your work back up to your fork
5. Submit a **Pull request** so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!