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
- Host: GitHub
- URL: https://github.com/natserract/css-grid-layout
- Owner: natserract
- Created: 2019-12-14T02:30:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T11:15:44.000Z (over 6 years ago)
- Last Synced: 2025-04-04T07:34:22.541Z (about 1 year ago)
- Topics: css, css-grid, css-layout, css3, front-end
- Language: CSS
- Homepage: https://css-grid-implementation.netlify.com/
- Size: 4.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/