Need your feedback on my "Product Landing Page"

i made it more like a company landing page, inspired from some themes and mockups, i also wanted to make the navbar toggle on mobile but no javascript yet so i made it disappear on small heights.

https://codepen.io/thamimemel/full/OegyjM

any feedback is welcomed, thanks in advance ^^’

That’s really a nice website … Nice work Done .I like it

1 Like

need hover effects on all sections!

1 Like

Hi @ThamiMemel, your page looks good. Some things you may want to revisit;

  • you should keep the script when forking the pen. Currently your page is 11/16 on the user stories. If you need the script it’s script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script
  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link. You have a typo in CSS that affects how your page displays. In HTML you have a couple of things to clean up too. Duplicate use of an id, etc.
  • I don’t see you navbar at any size. Did you mean to use ‘max-height’ in your media query? Usually queries are based on screen width.