@arodax/css-grid
v2.0.2
Published
CSS grid
Readme
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/[email protected]/index.min.css">Download with a package manager
yarn:
yarn add @arodax/css-gridnpm:
npm -i @arodax/css-gridImport grid into your CSS file
@import "~@arodax/css-grid";Version history:
2.0.0
- simplify
1.0.0
- Initial release
Contributing
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- 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!
