Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecommerce page created #23

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

navnithi
Copy link

No description provided.

@@ -10,4 +10,6 @@
- make sure the website is 100% accessibile (2 point)
- make sure the website is 100% responsive (2 points)
- Your creativity and additional functionality to the project will help you to get extra 1 point

https://verdant-sunshine-ee54bc.netlify.app

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

index.html Outdated
<nav class="menu">
<ul class="menu__lists">
<li class="menu__list"><a href="" class="menu__link">Home</a></li>
<li class="menu__list"><a href=".products" class="menu__link">Products</a></li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

href="#products"

<li class="menu__list"><a href="#review section" class="menu__link">Review</a></li>
<li class="menu__list"><a href="#contact-section" class="menu__link">Contact us</a></li>
</ul>
</nav>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With "media query" change the nav to burger menu.

border: 1px solid #ddd;

}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be here you should change it to: figure.product__item img{max-with:100%; height: auto}

@slmgnm slmgnm added the graded label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants