diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md index 581d7bce7f4..3c8ada7d620 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md @@ -7,7 +7,7 @@ dashedName: step-25 # --description-- -Set the `height` of the `.two` to 200 pixels. +Set the `height` of the `.two` element to 200 pixels. # --hints-- diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md index 022f6b99f7e..ebd69ed4696 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md @@ -9,7 +9,7 @@ dashedName: step-35 The colors and shapes of your painting are too sharp to pass as a Rothko. -Use the `filter` property with the value `blur(2px)` in the `.canvas`. +Use the `filter` property with the value `blur(2px)` in the `.canvas` element. # --hints--