Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 491 Bytes

bootstrap-flexible-grid

Bootstrap Flexible Grid is designed to be able to customize Twitter Booststrap 3 grid system columns' number on the fly.

<div class="row" data-columns="24">
    <div class="col-md-8"></div>
    <div class="col-md-16"></div>
</div>

You can customize each Bootstrap row with data-columns attribute and keep default columns' number for other row.