An open API service indexing awesome lists of open source software.

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

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

![Grid UI](https://drim.io/grid-ui/grid-ui.png)

### 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).