Bootstrap Grid Generator
How to Use
- Enter the number of rows you want in your grid
- Enter the column sizes separated by commas (must sum to 12)
- Examples of valid column combinations:
- 4,4,4 (three equal columns)
- 6,6 (two equal columns)
- 3,6,3 (wider middle column)
- 8,4 (two-thirds, one-third split)
- Click "Generate Grid" to see your Bootstrap grid layout
Note: Bootstrap's grid system is based on a 12-column layout. The numbers you enter for columns must add up to 12 for a valid grid row.