/css-grid-layout

CSS Grid Layout Sample

Primary LanguageJavaScript

CSS Grid Layout

CSS Grid Layout sample of use.

Usage

You must have installed node, bower and gulp.

Now this sample works in Chrome with enabled flag chrome://flags/#enable-experimental-web-platform-features.

If you want to use firefox - enable layout.css.grid.enabled in about:config and replace in style.css fr unit into px and increase the value (example 1fr replace 100px)

Need to start usage:

1. Install all required dependencies:

npm install
bower install

2. Run express (required node.js) server:

gulp

3. Open in your browser:

http://localhost:8237/

License

The MIT License