Product landing page (spa)

If there’s something wrong with my coding, please let me know!
Thank you in advance and have a nice day :slight_smile:

hi @chris.3 ,

just a short review:
you’ve got some coding errors in html.

  • input element is self-closing tag
  • id is uniqe, so you can’t have the same id for section and p element.
  • you forgot to closing the section

as your css:

  • if you want set a fallback font-family, use comma as separator not semicolon
  • duplicate id selector #contact
  • duplicate position on your #header

regards