1.1.1 • Published 5 years ago

css.gridy v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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/css.gridy@1.1.0/dist/css/gridy.css" />

Or

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/css.gridy@1.1.0/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

Documentation link

Contributor

@imhtapm

Feel free to make PR