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

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

CSS Grid playground
https://github.com/daggerok/css-grid

css css-grid css-grid-layout grid-gap grid-template-columns

Last synced: 3 months ago
JSON representation

CSS Grid playground

Awesome Lists containing this project

README

        

# CSS Grid [![Build Status](https://travis-ci.org/daggerok/css-grid.svg?branch=master)](https://travis-ci.org/daggerok/css-grid) [![CI](https://github.com/daggerok/css-grid/workflows/CI/badge.svg)](https://github.com/daggerok/css-grid/actions)

_to start just install [live-reload extension](http://livereload.com/) and run_

```bash
npm i
npm start
```

open in browser: http://127.0.0.1:5000/

## resources

* [Demo](https://daggerok.github.io/css-grid/)
* [CSS tricks: #153: Getting Started with CSS Grid](https://css-tricks.com/video-screencasts/153-getting-started-with-css-grid/)
* [css-grid-areas](https://www.youtube.com/watch?v=qTGbWfEEnKI)