From 0aefc16599fd1332f9f1c1601032eec83f51534a Mon Sep 17 00:00:00 2001 From: Jorge Molina Date: Wed, 27 Feb 2019 13:25:54 -0500 Subject: [PATCH] =?UTF-8?q?A=C3=B1adiendo=20algunos=20ajustes=20en=20espa?= =?UTF-8?q?=C3=B1ol=20(#24424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../add-a-negative-margin-to-an-element.spanish.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 eb9f914807..5f109307ba 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 @@ -7,7 +7,7 @@ localeTitle: Agregar un margen negativo a un elemento --- ## Descripción -
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.
+
El margen margin es una propiedad que controla la cantidad de espacio entre el border de un elemento y los elementos alrededor. Si establece el margin en un valor negativo, el elemento aumentará de tamaño.
## Instrucciones
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.
@@ -24,7 +24,7 @@ tests: -## Challenge Seed +## Desafio
@@ -76,7 +76,9 @@ tests:
-## Solución + +## Solición +
```js