fix(curriculum): PhotoGallery Step 5 (#47224)

Clarifies instruction for Learn CSS Flexbox by Building a Photo Gallery App Step 5
Closes Issue #47223
This commit is contained in:
Shiva Prasad 2022-08-10 01:44:11 +12:00 committed by GitHub
parent 632f899628
commit 5195cd4cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.