Cor e Design
Gerador de Layout de Grelha CSS
Drag track sizers, copy the CSS Grid.
.grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 80px 80px;
gap: 12px;
}Nota do editor
Understanding · The first real layout system the web has had.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
Quick answers.
›What browser support can I expect?
CSS Grid is supported by all modern browsers (Chrome, Firefox, Safari, and Edge). This generator produces standard syntax that is compatible without the need for complex polyfills.
›What are fractional units (fr)?
The `fr` unit represents a fraction of the available space in the grid container. Using `1fr` for multiple columns ensures they share the remaining space equally after fixed-width tracks are accounted for.
›Is my layout data saved to a server?
No. The generator runs completely in your browser and your layout configuration never leaves your machine. You can copy the code directly to your clipboard for use in your project.
›What is the difference between tracks and gaps?
Tracks are the actual columns and rows that hold content, while gaps (gutters) define the empty space between those tracks. You can adjust the `grid-gap` to control spacing without affecting track sizing.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Conversor de Unidades CSSConverta px, rem, em, pt e mais.
- Calculadora de Rácio de AspetoCalcule rácios e redimensione dimensões.
- Sugestor de Combinação de Tipos de LetraCombinações selecionadas para qualquer tipo de letra do Google ou do sistema.
- Conversor de Cores (HEX/RGB/HSL/OKLCH)HEX, RGB, HSL e o moderno OKLCH — instantaneamente.
- Verificador de Contraste (WCAG)Verifique o contraste WCAG AA / AAA — aprovado ou reprovado.
- Gerador de GradientesGradientes CSS lineares, radiais e cónicos.