From 6b081c7e7b653a512ec1a39ad1a9a9934066161a Mon Sep 17 00:00:00 2001 From: AnonymousRepositoryStuff Date: Thu, 3 Sep 2020 21:58:59 +0100 Subject: [PATCH] Update unclear instructions on an FCC CSS Grid challenge in English #39433 (#39506) * Unclear instructions on an FCC CSS Grid challenge #39433 * Update curriculum/challenges/english/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.english.md Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> * Update curriculum/challenges/english/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.english.md Co-authored-by: Manish Giri Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> Co-authored-by: Manish Giri --- .../use-grid-area-without-creating-an-areas-template.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.english.md b/curriculum/challenges/english/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.english.md index a9a428f368..3302ad24bb 100644 --- a/curriculum/challenges/english/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.english.md @@ -34,7 +34,7 @@ Using the grid-area property, place the element with item5item5 class should have a grid-area property such that it is between the third and fourth horizontal lines and between the first and fourth vertical lines. + - text: The item5 class should have a grid-area property to make it fill the whole area between the third and fourth horizontal lines, and first and fourth vertical lines. testString: assert(code.match(/.item5\s*?{[\s\S]*grid-area\s*?:\s*?3\s*?\/\s*?1\s*?\/\s*?4\s*?\/\s*?4\s*?;[\s\S]*}/gi)); ```