https://github.com/levonium/grid-ui
Small CSS "Library" for making grid layouts using CSS Grids
https://github.com/levonium/grid-ui
css-grid
Last synced: 4 months ago
JSON representation
Small CSS "Library" for making grid layouts using CSS Grids
- Host: GitHub
- URL: https://github.com/levonium/grid-ui
- Owner: levonium
- Created: 2017-12-14T12:10:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T14:56:58.000Z (over 8 years ago)
- Last Synced: 2026-02-20T15:58:43.871Z (4 months ago)
- Topics: css-grid
- Language: HTML
- Homepage: https://drim.io/grid-ui
- Size: 596 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
DR!M GRID UI
============
Small CSS "Library" for making grid layuts using CSS Grids
Simple classes to help organize content easily

### Install
Download `grid-ui.css` or `grid-ui.min.css` and include in your HTML file:
``````
Optionally, you can download the `.scss` files and make your own changes/customizations.
### Usage
An example:
```html
COLUMN 1
COLUMN 2
```
For more examples and details check out [this page](https://drim.io/grid-ui).