p-foundation / pink-app

The repository is created for learning adaptive web design and team collaboration through git and GitHub
https://p-foundation.github.io/pink-app/
0 stars 0 forks source link

feat: create blank for the catalog page #47

Closed NazarPauk closed 6 months ago

NazarPauk commented 6 months ago

Description

Catalog page programming blank

Task Link

Link to Figma

Changes Made

Usage

Specify the content of the page within the <main> tag.

<header class="header page__header">
</header>
<main class="page__content">
  <!-- Your code for content -->
</main>
<footer class="footer page__footer">
</footer>

Checklist

Before submitting this pull request, please ensure the following: