Basic Website
Header, main content, and footer
Sidebar Layout
Header, sidebar, content, and footer
Dashboard
Navigation, stats panel, and main area
Blog Layout
Header, content area, and sidebar for widgets
Photo Gallery
Grid layout perfect for images
💡 Click any template to load it, then modify it to match your design
Give meaningful names to your selected areas (like "header", "sidebar", "content")
Select cells in the grid above to get started
Click and drag to select, then type a name and click Create
Click and drag on the grid below to select cells. Each selection will become a named area.
How to select: Click on any cell, then drag your mouse to select more cells. Release to finish selecting.
💡 Tip: The numbers in each cell show its position (row, column). Selected cells turn light blue. Named areas show their name and color.
Your custom grid layout code is ready! Copy and paste it into your stylesheet.
.grid-container {
display: grid;
grid-template-rows: 1frfr 1frfr 1frfr;
grid-template-columns: 1frfr 1frfr 1frfr;
gap: 10px 10px;
}