HappyJayXin / JGrid

A simple Flex grid system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

J-Grid

J-Grid is a simple Flex Grid System.

Installation

Sorce Code

Usage

  1. Link to the file in your header.
<link href="/path/to/jgrid.css" rel="stylesheet">
  1. Use it !
<div class="row">
  <div class="col-5">
    <div class="box txt-center">Hello J-Grid!</div>
  </div> 
</div> 

License

MIT

About

A simple Flex grid system.


Languages

Language:CSS 100.0%