Product Landing Page - Feedback

Just finished the next project - the product landing page.

I would like to receive feedback: what is good, what is not so good and can be improved.

Thanks to all.

1 Like

Hello !

Nice job, your design is simple but looks a lot better than the codepen given as an example for this challenge…

Regarding the code, I noticed 2 issues:

  • You forgot to close your header tag (line 15)
  • input tags are self-closing so you don’t need to add a closing tag (line 86 & 87)