Hello Free Code Camp Community,
I’ve just completed my product landing page. Please check it out and give me some feedback.
Looks pretty good.
-
The notification-heading is hard to read, pick a different color.
-
The images in the product-card are getting squished because of the fixed height, adding
object-fit: cover;
might help. -
I would give the nav links some more vertical spacing when they stack. I’d also give the link some padding to make the click area larger. The text size is also pretty small so I might increase it a bit.
-
I might wrap the logo in a link that links to the page.
-
It feels a bit odd that the Register link takes you back to the top of the page but is the last link on the right.
1 Like
Register menu and the logo both will take you to the top section of the page, you need to create register form section for the register menu. Otherwise looks great.
1 Like