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
- Host: GitHub
- URL: https://github.com/lukyvj/trinity-grid
- Owner: LukyVj
- Created: 2015-01-28T16:06:54.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-02-15T16:00:05.000Z (about 10 years ago)
- Last Synced: 2025-04-11T03:44:31.685Z (16 days ago)
- Language: CSS
- Homepage: http://lukyvj.github.io/Trinity-grid/
- Size: 1.27 MB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trinity-grid
 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
```