-
Notifications
You must be signed in to change notification settings - Fork 36
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
base: main
Are you sure you want to change the base?
Conversation
@@ -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 | |||
|
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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; | ||
|
||
} | ||
|
There was a problem hiding this comment.
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}
No description provided.