aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/css_grid_layout
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/css/css_grid_layout
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/css/css_grid_layout')
-rw-r--r--files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html3
-rw-r--r--files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html b/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html
index afb49e2a92..26cff270b6 100644
--- a/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html
+++ b/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html
@@ -1,12 +1,13 @@
---
title: Basic concepts of grid layout
-slug: Web/CSS/CSS_Grid_Layout/Conceptos_Básicos_del_Posicionamiento_con_Rejillas
+slug: Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
tags:
- CSS
- Guía
- Posicionamiento
- Rejillas CSS
translation_of: Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
+original_slug: Web/CSS/CSS_Grid_Layout/Conceptos_Básicos_del_Posicionamiento_con_Rejillas
---
<p><a href="/es/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a> presenta un sistema de cuadrícula bidimensional para CSS. Las cuadrículas se pueden utilizar para posicionar áreas principales de la página o pequeños elementos de la interfaz de usuario. Este artículo lo introduce a Grid Layout de CSS y la nueva terminología que forma parte de la especificación CSS Grid Layout Nivel 1. Las características mostradas en este resumen se explicarán con mayor detalle en el resto de esta guía.</p>
diff --git a/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html b/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html
index 298da1dc5f..f747b94b5d 100644
--- a/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html
+++ b/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html
@@ -1,6 +1,6 @@
---
title: Relación de Grid Layout con otros métodos de diseño y posicionamiento - CSS
-slug: Web/CSS/CSS_Grid_Layout/Relacion_de_Grid_Layout
+slug: Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout
tags:
- CSS
- CSS Cuadrícula
@@ -9,6 +9,7 @@ tags:
- CSS Rejilla
- Guía
translation_of: Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout
+original_slug: Web/CSS/CSS_Grid_Layout/Relacion_de_Grid_Layout
---
<p>CSS Grid Layout ha sido diseñado para trabajar junto con otros elementos de CSS, como parte de un sistema completo para hacer el diseño. En esta guía explicaré cómo se ajusta <em>Grid</em> junto con otras técnicas que ya se estén usando.</p>