From cb37823dde20ea32b35825e82deb657a35fe1694 Mon Sep 17 00:00:00 2001 From: William Spanfelner <102249249+WilliamSpanfelner@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:02:06 +0300 Subject: [PATCH] fix(curriculum): amend challenge wording to ensure passing test (#55374) --- .../6476f7a4827bcc61682f2347.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/6476f7a4827bcc61682f2347.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/6476f7a4827bcc61682f2347.md index 5debbf1b867..02568571634 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/6476f7a4827bcc61682f2347.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/6476f7a4827bcc61682f2347.md @@ -9,7 +9,7 @@ dashedName: step-11 The next position property is `absolute`. When you use the `absolute` value for your `position` property, the element is taken out of the normal flow of the document, and then its position is determined by the `top`, `right`, `bottom`, and `left` properties. -Set the position property of your `.cat-head` element to `absolute`, then set `top` and `left` properties to any pixel value. +Set the position property of your `.cat-head` element to `absolute`, then set `top` and `left` properties to any positive pixel value.