In this lesson the adventure gallery content is added. You create a grid where each row contains cells for each adventure. Each row has three cells.
Replace line 42 with lines 42-80 in the index.html
file in your practice folder, then save.
This adds content for the feature gallery. A CSS gallery-row
class selector is added as a container to handle layout of multiple gallery-cell
classes.
There are no changes in the site.css
file from the last lesson.
Completed Step 2
Insert lines 99 – 102 in the site.css
file in your practice folder, then save.
This adds the styling for the gallery-row
class selector.
There are no changes in the index.html
file from the last step.
Completed Step 3