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

https://github.com/lukyvj/trinity-grid

Because we mostly don't need to have up to 12 columns
https://github.com/lukyvj/trinity-grid

Last synced: 13 days ago
JSON representation

Because we mostly don't need to have up to 12 columns

Awesome Lists containing this project

README

        

# Trinity-grid
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Version 1.1](https://img.shields.io/badge/version-1.1-brightgreen.svg)

Because we mostly doesn't need to have up to 12 columns

## Usage

#### 1 Download

##### Regular
First of all, grab the latest version of [trinity.css]()

##### Using bower
If you prefer to use [Bower](), you just have to open your command line tool, and type :
```bash
$ bower install trinity-grid
```

#### 2 Load
Now, load the style right before your `` closing tag:

```html


My awesome website

```
#### 3 prepare the frame
In order to create a Trinity grid, you have to define the trinity frame.
The best way is to use the body tag, and give it a trinity class :
```html
...
```

#### 4 Use the grid
Then you can use the grid :

```html





```