fix(curriculum): amend challenge wording to ensure passing test (#55374)

This commit is contained in:
William Spanfelner
2024-07-02 08:02:06 +03:00
committed by GitHub
parent e1db798992
commit cb37823dde

View File

@@ -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.
<!-- **Note**: You can experiment with `top`, `left`, `bottom`, and `right` properties here, but the test would only pass for `top` of `300px`, and left of `400px`. -->