Skip to content

Modern, simple and easy to use CSS grid.

Notifications You must be signed in to change notification settings

arodax/css-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Licence MIT Firefox 31+ Chrome 49+ Edge 16+ Safari 9+ Opera 36+

CSS GRID

Modern, simple and easy to use CSS grid. Just place the grid css file in your project folder and start to create your layout.

Demo: https://grid.arodax.com

Licence: MIT

Use with CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@arodax/css-grid@2/index.min.css">

Download with a package manager

yarn:

yarn add @arodax/css-grid

npm:

npm -i @arodax/css-grid

Import grid into your CSS file

@import "~@arodax/css-grid";

Version history:

2.0.0

  • simplify

1.0.0

  • Initial release

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!