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

https://github.com/xremix/flexgrid

A lightweight CSS3 flex box based grid
https://github.com/xremix/flexgrid

breakpoint css3 css3-flexbox flexbox flexgrid grid grid-layout html5

Last synced: over 1 year ago
JSON representation

A lightweight CSS3 flex box based grid

Awesome Lists containing this project

README

          

# Flexgrid
A super lightweight CSS3 flex box based grid

[Demo](https://rawgit.com/xremix/Flexgrid/master/demo.html)

## Features
- CSS Only
- Super Lightweight (Only 3KB)
- Rows will size to the same height

## Browser compatiblity

All modern web browsers, IE9 and later are supported.
For more details check [Can I use.com](http://caniuse.com/#search=flex)

## Usage
#### Basic
```HTML



XS 1



XS 2



XS 3



XS 4



XS 2



```

#### Offset
```HTML



XS 1



XS 1



XS 1



```

## Documentation
### Breakpoints

Flexgrid is using the same Breakpoints as Boostrap 3

| Class | Size |
| ------------- |:-------------:|
| flex-xs- | > 768px |
| flex-sm- | < 768px |
| flex-md- | < 992px |
| flex-lg- | < 1200px |

### Offset
The offset works the same way than the grid itself `flex-xs-offset-`