Closed NazarPauk closed 7 months ago
Catalog page programming blank
Link to Figma
catalog.html
header
intro
footer
intro_page_catalog
intro__title_page_catalog
intro__title
header__navigation-link_active
href
title
index.html
section__intro
catalog.css
Specify the content of the page within the <main> tag.
<main>
<header class="header page__header"> </header> <main class="page__content"> <!-- Your code for content --> </main> <footer class="footer page__footer"> </footer>
Before submitting this pull request, please ensure the following:
Description
Catalog page programming blank
Task Link
Link to Figma
Changes Made
catalog.html
.header
,intro
, andfooter
blocksintro_page_catalog
andintro__title_page_catalog
modifiers forintro
andintro__title
header__navigation-link_active
modifier to the corresponding link in the header and removed thehref
attribute from that linktitle
tag ofcatalog.html
, wrote "Pink: Фотографии"index.html
section__intro
component to thecatalog.css
for the future useUsage
Specify the content of the page within the
<main>
tag.Checklist
Before submitting this pull request, please ensure the following: