---
title: Create Grids within Grids
---
## Create Grids within Grids
A grid within a grid is made the same as any other grid.
1. Just nest one element inside another,
2. set them *both* to grids,
3. and *POOF*! You have a grid-within-a-grid.
### Nesting an element
For any refreshers, nesting an element looks like this:
`
 Here is your grid
  
Here is your nested grid