diff --git a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md index 1e1fce3bfc..905fcfd56a 100644 --- a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md +++ b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md @@ -75,7 +75,7 @@ assert($('label').attr('for') == 'email');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -112,7 +112,7 @@ assert($('label').attr('for') == 'email');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md index d3786e3934..62bd81fb2c 100644 --- a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md +++ b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md @@ -72,7 +72,7 @@ assert($('#second').attr('accesskey') == 'c');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -99,7 +99,7 @@ assert($('#second').attr('accesskey') == 'c');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md index 3deec221d2..e30a9897a2 100644 --- a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md +++ b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md @@ -60,7 +60,7 @@ assert($('div').length == 0);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

``` @@ -86,7 +86,7 @@ assert($('div').length == 0);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

``` diff --git a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md index 6919c055a2..1e082dc535 100644 --- a/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md +++ b/curriculum/challenges/chinese-traditional/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md @@ -114,7 +114,7 @@ assert($('p').length == 4);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -158,7 +158,7 @@ assert($('p').length == 4);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md index 405efeadb8..2d78858918 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md @@ -75,7 +75,7 @@ assert($('label').attr('for') == 'email');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -112,7 +112,7 @@ assert($('label').attr('for') == 'email');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md index d648031bd6..15bcdca3dd 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md @@ -72,7 +72,7 @@ assert($('#second').attr('accesskey') == 'c');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -99,7 +99,7 @@ assert($('#second').attr('accesskey') == 'c');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md index f842441a8b..b235155c66 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md @@ -60,7 +60,7 @@ assert($('div').length == 0);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

``` @@ -86,7 +86,7 @@ assert($('div').length == 0);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

``` diff --git a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md index 77eb157850..0180902243 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md @@ -114,7 +114,7 @@ assert($('p').length == 4);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -158,7 +158,7 @@ assert($('p').length == 4);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md index ce31205e05..ba65f81775 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.md @@ -75,7 +75,7 @@ assert($('label').attr('for') == 'email');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -112,7 +112,7 @@ assert($('label').attr('for') == 'email');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md index 3ac27b6db6..d2b6f4284c 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/make-links-navigable-with-html-access-keys.md @@ -72,7 +72,7 @@ assert($('#second').attr('accesskey') == 'c');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -99,7 +99,7 @@ assert($('#second').attr('accesskey') == 'c');

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md index 7f4fab20ad..75cff665f4 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-content-in-the-article-element.md @@ -60,7 +60,7 @@ assert($('div').length == 0);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

``` @@ -86,7 +86,7 @@ assert($('div').length == 0);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

``` diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md index 52edec6930..29b602dd85 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-accessibility/wrap-radio-buttons-in-a-fieldset-element-for-better-accessibility.md @@ -114,7 +114,7 @@ assert($('p').length == 4);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

@@ -158,7 +158,7 @@ assert($('p').length == 4);

Is Chuck Norris a Cat Person?

-

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

+

Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence that anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...

diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/adjust-the-hue-of-a-color.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/adjust-the-hue-of-a-color.md index 9dc8883a0e..08f8a588e9 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/adjust-the-hue-of-a-color.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/adjust-the-hue-of-a-color.md @@ -27,19 +27,19 @@ Cambia el `background-color` de cada elemento `div` sobre la base de los nombres # --hints-- -Tu código debe usar la función `hsl()` para declarar el color `green`. +Tu código debe tener la propiedad `hsl()` para declarar el color verde. ```js assert(code.match(/\.green\s*?{\s*?background-color\s*:\s*?hsl/gi)); ``` -Tu código debe usar la función `hsl()` para declarar el color `cyan`. +Tu código debe tener la propiedad `hsl()` para declarar el color cyan. ```js assert(code.match(/\.cyan\s*?{\s*?background-color\s*:\s*?hsl/gi)); ``` -Tu código debe usar la función `hsl()` para declarar el color `blue`. +Tu código debe tener la propiedad `hsl()` para declarar el color blue. ```js assert(code.match(/\.blue\s*?{\s*?background-color\s*:\s*?hsl/gi)); diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/create-a-more-complex-shape-using-css-and-html.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/create-a-more-complex-shape-using-css-and-html.md index 77f48db918..716f076cfc 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/create-a-more-complex-shape-using-css-and-html.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/create-a-more-complex-shape-using-css-and-html.md @@ -36,7 +36,7 @@ Finalmente, en el selector `heart::before`, establece su propiedad `content` en # --hints-- -La propiedad `background-color` del selector `heart::after` debe ser `pink`. +La propiedad de `background-color` del selector `heart::after` debe ser `pink`. ```js const heartAfter = code.match(/\.heart::after\s*{[\s\S]+?[^\}]}/g)[0]; @@ -57,7 +57,7 @@ La propiedad `transform` para la clase `heart` debe usar una función `rotate()` assert(code.match(/transform\s*?:\s*?rotate\(\s*?-45deg\s*?\)/gi)); ``` -El `content` del selector `heart::before` debe ser una cadena vacía. +El `contenido` de `heart::before` debe ser una cadena vacía. ```js assert(code.match(/\.heart::before\s*?{\s*?content\s*?:\s*?("|')\1\s*?;/gi)); diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-bezier-curve-to-move-a-graphic.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-bezier-curve-to-move-a-graphic.md index 5a9a2b2f2e..dcc6e6e37b 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-bezier-curve-to-move-a-graphic.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-bezier-curve-to-move-a-graphic.md @@ -11,7 +11,7 @@ dashedName: use-a-bezier-curve-to-move-a-graphic Un desafío anterior discutió la palabra clave `ease-out` que describe un cambio de animación que se acelera primero y luego se ralentiza al final de la animación. A la derecha, se muestra la diferencia entre la palabra clave `ease-out` (para el elemento azul) y la palabra clave `linear` (para el elemento rojo). Se pueden lograr progresiones de animación similares a la palabra clave `ease-out` utilizando una función de curva Bezier cúbica personalizada. -En general, el cambio de los puntos de anclaje `p1` y `p2` impulsa la creación de diferentes curvas Bezier, que controlan como la animación progresa a través del tiempo. Aquí hay un ejemplo de una curva de Bezier que usa valores para imitar el estilo de facilidad: +En general, el cambio de los puntos de anclaje `p1` y `p2` impulsa la creación de diferentes curvas Bezier, que controlan como la animación progresa a través del tiempo. Aquí tienes un ejemplo de una curva Bezier usando valores para imitar el estilo de `ease-out`: ```css animation-timing-function: cubic-bezier(0, 0, 0.58, 1); diff --git a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-css-linear-gradient-to-create-a-striped-element.md b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-css-linear-gradient-to-create-a-striped-element.md index 1eb22682c0..b1f4c813cf 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-css-linear-gradient-to-create-a-striped-element.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/applied-visual-design/use-a-css-linear-gradient-to-create-a-striped-element.md @@ -47,7 +47,7 @@ La parada de color en 0 píxeles debe ser `yellow`. assert(code.match(/yellow\s+?0(px)?/gi)); ``` -Una parada de color a 40 píxeles debe ser `yellow`. +La primera parada de color en 40 píxeles debe ser `yellow`. ```js assert(code.match(/yellow\s+?40px/gi)); diff --git a/curriculum/challenges/espanol/01-responsive-web-design/basic-css/create-a-custom-css-variable.md b/curriculum/challenges/espanol/01-responsive-web-design/basic-css/create-a-custom-css-variable.md index 6923015ed6..659001b35d 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/basic-css/create-a-custom-css-variable.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/basic-css/create-a-custom-css-variable.md @@ -15,7 +15,7 @@ Para crear una variable CSS, solo tienes que darle un nombre que comience con do --penguin-skin: gray; ``` -Esto creará una variable llamada `--penguin-skin` y le asignará el valor `gray`. Ahora puedes usar esa variable en cualquier otro lugar de tu código CSS para cambiar el valor de otros elementos a "gray" (gris). +Esto creará una variable llamada `--penguin-skin` y le asignará el valor `gray`. Ahora puedes usar esa variable en cualquier lugar de tu CSS para cambiar el valor de otras propiedades a gris. # --instructions-- diff --git a/curriculum/challenges/espanol/01-responsive-web-design/basic-css/inherit-styles-from-the-body-element.md b/curriculum/challenges/espanol/01-responsive-web-design/basic-css/inherit-styles-from-the-body-element.md index 3ac886731b..60594b570b 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/basic-css/inherit-styles-from-the-body-element.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/basic-css/inherit-styles-from-the-body-element.md @@ -77,7 +77,7 @@ assert( ); ``` -Tu elemento `h1` debe heredar el color "green" de tu elemento `body`. +Tu elemento `h1` debe heredar el color `green` de tu elemento `body`. ```js assert($('h1').length > 0 && $('h1').css('color') === 'rgb(0, 128, 0)'); diff --git a/curriculum/challenges/espanol/01-responsive-web-design/basic-css/override-styles-in-subsequent-css.md b/curriculum/challenges/espanol/01-responsive-web-design/basic-css/override-styles-in-subsequent-css.md index 7754e27ad8..10aa4159f5 100644 --- a/curriculum/challenges/espanol/01-responsive-web-design/basic-css/override-styles-in-subsequent-css.md +++ b/curriculum/challenges/espanol/01-responsive-web-design/basic-css/override-styles-in-subsequent-css.md @@ -27,7 +27,7 @@ class="class1 class2" **Nota:** No importa el orden en que las clases estén enlistadas dentro del elemento HTML. -Sin embargo, lo importante es el orden de las declaraciones de `class` clases en la sección `