From f9db9c63e909733b699b8e367b71836ec6e8de64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dulce=20Hern=C3=A1ndez?= Date: Tue, 16 Oct 2018 18:56:57 -0500 Subject: [PATCH] Update Spanish translation for negative margin article (#18552) --- .../basic-css/add-a-negative-margin-to-an-element.spanish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/spanish/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.spanish.md b/curriculum/challenges/spanish/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.spanish.md index 15d3b350f1..7935edfca6 100644 --- a/curriculum/challenges/spanish/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.spanish.md +++ b/curriculum/challenges/spanish/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.spanish.md @@ -8,7 +8,7 @@ localeTitle: Agregar un margen negativo a un elemento --- ## Description -
El margin un elemento controla la cantidad de espacio entre el border un elemento y los elementos circundantes. Si establece el margin un elemento en un valor negativo, el elemento aumentará de tamaño.
+
El margin es una propiedad que controla la cantidad de espacio entre el border de un elemento y los elementos circundantes. Si establece el margin en un valor negativo, el elemento aumentará de tamaño.
## Instructions
Intente establecer el margin en un valor negativo como el del cuadro rojo. Cambie el margin del cuadro azul a -15px , para que llene todo el ancho horizontal del cuadro amarillo que lo rodea.