Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arodax/css-grid
- Owner: arodax
- Created: 2019-02-15T19:07:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T16:42:01.000Z (almost 6 years ago)
- Last Synced: 2024-09-21T22:39:39.369Z (3 months ago)
- Topics: css, grid-layout
- Language: CSS
- Homepage: https://grid.arodax.com
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 releaseContributing
------------
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 changesNOTE: Be sure to merge the latest from "upstream" before making a pull request!