diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/glossary/grid_rows | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/glossary/grid_rows')
-rw-r--r-- | files/fr/glossary/grid_rows/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/glossary/grid_rows/index.html b/files/fr/glossary/grid_rows/index.html index 1cfc2c9d23..c0c57f47e0 100644 --- a/files/fr/glossary/grid_rows/index.html +++ b/files/fr/glossary/grid_rows/index.html @@ -1,11 +1,12 @@ --- title: Ligne de grille (Row) -slug: Glossaire/Lignes_de_grille_(Row) +slug: Glossary/Grid_Rows tags: - CSS - Glossaire - Grilles translation_of: Glossary/Grid_Rows +original_slug: Glossaire/Lignes_de_grille_(Row) --- <p>Une <strong>ligne de grille</strong> (row) est une piste horizontale dans une <a href="https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Grid_Layout">grille CSS</a>, qui se situe dans l'espace entre deux lignes (lines) horizontales de lignes (rows). Elle est définie par la propriété {{cssxref("grid-template-rows")}} ou les propriétés raccourcies {{cssxref("grid")}} ou {{cssxref("grid-template")}}.</p> |