Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 890 Bytes

File metadata and controls

45 lines (30 loc) · 890 Bytes

css.gridy logo

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