Skip to content
🧮Generate basic CSS Grid code to make dynamic layouts!
Vue JavaScript CSS HTML
Branch: master
Clone or download

Latest commit

sdras Merge pull request #93 from sdras/dependabot/npm_and_yarn/lodash.defa…
…ultsdeep-4.6.1

Bump lodash.defaultsdeep from 4.6.0 to 4.6.1
Latest commit 91f6bde Apr 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github update funding.yml Aug 28, 2019
public open graph image May 28, 2019
src Merge pull request #88 from kavisherlock/master Apr 13, 2020
.gitignore
LICENSE Initial commit May 26, 2019
README.md update readme Jul 21, 2019
babel.config.js ✨ initial commit May 26, 2019
package-lock.json Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 Apr 13, 2020
package.json Add focus trap Jun 7, 2019
vue.config.js import the main styles May 26, 2019
yarn.lock Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 Apr 13, 2020

README.md

CSS Grid Generator

Site: https://cssgrid-generator.netlify.com/

CSS Grid Generator

This project is a way for people to use CSS Grid features quickly to create dynamic layouts.

You can set the numbers, and units of your columns and rows, and I'll generate a CSS grid for you! Drag within the boxes to create divs placed within the grid.

I noticed a lot of people weren't using Grid because they felt it was too complicated and they couldn't understand it. Grid is capable of so much, and this small generator only touches on a fraction of the features. The purpose of this is so people get up and running quickly, and create more interesting layouts.

Once you work with this a bit, I suggest checking out resources by Rachel Andrew, Jen Simmons, and Dave Geddes to dive deeper. There is also a CSS Grid Guide on CSS-Tricks, and a fun little game called Grid Garden to help you learn more!

This project is open to contributions!

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

You can’t perform that action at this time.