css.gridy
v1.1.1
Published
simple responsive css lib for layout
Downloads
1
Readme
css.gridy
Simple responsive framework for the layout and this built with two layout system. using this layout, anyone can build complex UI using grid and flex.
This project is built with
- HTML
- CSS and
- SASS
CDN
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/gridy.css" />
Or
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/gridy.min.css" />
With npm
npm install css.gridy --save
Then add to you index.html
<link rel="stylesheet" href="node_modules/css.gridy/dist/css/gridy.css" />
Preview
Contributor
Feel free to make PR