From 5195cd4cb29f64a2122b9f5fda02375cb44625d6 Mon Sep 17 00:00:00 2001 From: Shiva Prasad Date: Wed, 10 Aug 2022 01:44:11 +1200 Subject: [PATCH] fix(curriculum): PhotoGallery Step 5 (#47224) Clarifies instruction for Learn CSS Flexbox by Building a Photo Gallery App Step 5 Closes Issue #47223 --- .../61537c9eecea6a335db6da79.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537c9eecea6a335db6da79.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537c9eecea6a335db6da79.md index 352ef3cbe7d..929dff53a89 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537c9eecea6a335db6da79.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/61537c9eecea6a335db6da79.md @@ -7,7 +7,7 @@ dashedName: step-5 # --description-- -Below your `.header` element, create a new `div` element with the `id` of `"gallery"`. This `div` will act as a container for the gallery images. +Below your `.header` element, create a new `div` element and assign it a `class` of `"gallery"`. This `div` will act as a container for the gallery images. Inside that `.gallery` element, create nine `img` elements.