diff options
Diffstat (limited to 'files/pt-br/glossary/grid_areas/index.html')
-rw-r--r-- | files/pt-br/glossary/grid_areas/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/grid_areas/index.html b/files/pt-br/glossary/grid_areas/index.html index 0e9969dd3d..54cb138df8 100644 --- a/files/pt-br/glossary/grid_areas/index.html +++ b/files/pt-br/glossary/grid_areas/index.html @@ -1,7 +1,8 @@ --- title: Grid Areas -slug: Glossario/Grid_Areas +slug: Glossary/Grid_Areas translation_of: Glossary/Grid_Areas +original_slug: Glossario/Grid_Areas --- <p>Um <strong>grid area </strong> é um ou mais {{glossary("grid cell", "grid cells")}} que compõem uma área retangular do grid. As Grid Areas quando se coloca um item usando <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Line-based_Placement_with_CSS_Grid">line-based placement</a> (posicionamento baseado em colunas e linha)ou quando define áreas usando <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas">named grid areas</a>(substituindo o nome).</p> |