## Push & Pull

You can also push and pull your columns.

```html
<div _col="3 push-2"></div>
<!-- Usage with _col -->

<div _col="3" _push="2"></div>
<!-- Usage with _push attribute -->

<div _col="2" _pull="2"></div>
<!-- It's the same with _pull -->
```

Here you can also change the number of columns in the configuration.

| Value   | Description          |
| ------- | -------------------- |
| 1..12 | push or pull (100 / 12) * $ left |
