--- layout: default title: Bootstrap 3 Grid Demo description: Demonstrating how Shuffle can be used with a grid system which uses padding for gutters instead of margins. image: /demos/bootstrap3grid.jpg externalCSS: [ "http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" ] extraJS: [ "demos/padding-grid.js" ] ---

Bootstrap 3 Grid

On this page, I have added the minified bootstrap css file from the NetDNA CDN (which is also why some of the site-styles are being overriden).
The Bootstrap 3 grid system uses padding for gutters instead of margins. This page demonstrates one way to use Shuffle with these types of grids, as well as showing you don't have to use the full width of the page with Shuffle.

{% for i in (1..20) %}
{{ i }}
{% endfor %}

Shuffle.js

{{ site.longDescription }}