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

https://github.com/natserract/css-grid-layout

A grid system based on the grid display property
https://github.com/natserract/css-grid-layout

css css-grid css-layout css3 front-end

Last synced: 27 days ago
JSON representation

A grid system based on the grid display property

Awesome Lists containing this project

README

          

# CSS Grid

CSS Grid Layout is a CSS layout method designed for the two-dimensional layout of items on a webpage or application. In this repo, i'm going to share with you example project (build comingsoon page) using css grid.

Example:

display: grid;
height: 100%;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: 50%;

**Browser Support:** https://caniuse.com/#feat=css-grid

**NOTE: This css is containing obfuscated** - http://cssobfuscator.com/