aside
Elementsaside
ElementsYou make a few styling adjustments to the blog section of the webpage.
Insert lines 128-130 in the site.css
file in your practice folder, then save.
This tightens the margins for the h2
elements within the aside
elements.
There are no changes in the index.html
file from the last lesson.
Completed Step 1
Insert lines 131-133 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 2