diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/es/web/css/margin-inline/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/css/margin-inline/index.html b/files/es/web/css/margin-inline/index.html index 9a437b6bb0..3db9841b41 100644 --- a/files/es/web/css/margin-inline/index.html +++ b/files/es/web/css/margin-inline/index.html @@ -24,7 +24,7 @@ margin-inline: unset; <p>Estos valores corresponden a las propiedades {{CSSxRef("margin-top")}} y {{CSSxRef("margin-bottom")}}, o {{CSSxRef("margin-right")}}, y {{CSSxRef("margin-left")}} dependiendo de los valores definidos por {{CSSxRef("writing-mode")}}, {{CSSxRef("direction")}}, y {{CSSxRef("text-orientation")}}.</p> -<p>Los valores pueden ser establecidos indibidualmente como {{CSSxRef("margin-inline-start")}} y {{CSSxRef("margin-inline-end")}}. La propiedad de dirección de bloque es {{CSSxRef("margin-block")}} que establece {{CSSxRef("margin-block-start")}}, y {{CSSxRef("margin-block-end")}}.</p> +<p>Los valores pueden ser establecidos individualmente como {{CSSxRef("margin-inline-start")}} y {{CSSxRef("margin-inline-end")}}. La propiedad de dirección de bloque es {{CSSxRef("margin-block")}} que establece {{CSSxRef("margin-block-start")}}, y {{CSSxRef("margin-block-end")}}.</p> <h2 id="Sintaxis">Sintaxis</h2> |