Couleur & Design
Générateur de Mise en Page CSS Grid
Drag track sizers, copy the CSS Grid.
.grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 80px 80px;
gap: 12px;
}Note de la rédaction
Understanding · The first real layout system the web has had.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
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.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Convertisseur d'unités CSSConvertissez px, rem, em, pt et plus.
- Calculateur de rapport d'aspectCalculez les rapports et redimensionnez.
- Suggestions de Paires de PolicesPaires sélectionnées pour toute police Google ou système.
- Convertisseur de couleurs (HEX/RGB/HSL/OKLCH)HEX, RGB, HSL et OKLCH moderne — instantanément.
- Vérificateur de contraste (WCAG)Vérifiez le contraste WCAG AA/AAA — succès ou échec.
- Générateur de dégradésDégradés CSS linéaires, radiaux et coniques.