Build responsive Bootstrap 5.3 grid layouts visually and copy the exact classes — row, col, offsets, order, gutters and alignment.

Preview Click a column to edit it
Generated HTML

Everything runs in your browser — nothing is uploaded.

Classes you set apply from this breakpoint and up. Switch breakpoints to build responsive layouts.

Row .row
Columns
0
Selected column

About Bootstrap Grid Playground

The Bootstrap Grid Playground builds responsive row-and-column layouts with the real Bootstrap 5.3 grid system. Add up to 12 columns to a row, click any column to set its width, offset and order, and adjust gutters and alignment on the row — the preview and the generated markup update live with every change.

Because Bootstrap grids are mobile-first, the breakpoint switcher is central: set a column to col-6 at the base and col-md-4 at md, and you have built the classic stacks-on-mobile, three-across-on-desktop pattern without writing a line of code. Offsets, order and gutter classes all take the same responsive infixes.

The output is clean copy-paste HTML — a row div with its column children and exactly the classes you configured. Copy the whole snippet or just the row classes; everything runs locally in your browser.

How to use Bootstrap Grid Playground

  1. Add columns to the row — up to 12 — and click one to select it.
  2. Set the selected column’s span, offset and order for the current breakpoint.
  3. Switch breakpoints (sm to xxl) to define how the layout reflows on larger screens.
  4. Adjust the row’s gutters and its alignment utilities.
  5. Review the live preview, then copy the generated HTML or the row classes.

Frequently asked questions

Bootstrap’s grid is 12 units wide. Columns whose combined span passes 12 wrap onto a new line within the same row — that is expected behavior and often used deliberately to create multi-line grids.

Give the column a full-width base (col-12) and a narrower span at a breakpoint, like col-md-4. Below 768 px the columns stack; from md upward they line up three across. The breakpoint switcher builds exactly this.

An offset pushes a column to the right by a number of grid units (offset-md-2 skips two). Use offsets to center a lone column or create intentional white space without inserting empty filler columns.

Yes — gutter utilities on the row control horizontal and vertical spacing between columns. The playground exposes them alongside the row alignment options, and they accept responsive infixes like any other grid class.

Yes, it is completely free. The builder runs in your browser only, so your layouts are never uploaded or stored server-side.


Popular searches
bootstrap grid playground bootstrap grid generator bootstrap 5 grid system row col class generator bootstrap column offset tool responsive bootstrap grid builder bootstrap gutters alignment generator
Need help?
Found an issue with this tool? Let our team know.
Report an issue

Add this free tool to your own website — copy and paste the code below.