mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
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:
parent
632f899628
commit
5195cd4cb2
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user