FCC Landing Page - Coffee Shop

Hello everyone, I just finished my product landing page challenge.

Here’s the project link on CodePen: https://codepen.io/devenol/full/QWyNjOZ

I am also hosting the project on github page : https://devenol.github.io/landing/

Please share your feedback if there is any room for improvement.

Thank you

4 Likes

great works

can’t say much, i would like to have coffee break right now.

regards
prast

Looks great (layout and styling). Maybe decrease saturation for the color you used for text?

Welcome to the forums @dev0.daditya. Page looks good. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
    • The test script should be included, with all tests passing, when you submit your projects.
  • You have a duplicate id (coffee-taste). Remember, an id must be unique within the document.
  • Line 33 has a stray </section>
2 Likes

Thanks for the info, I’ve added the test script, rename the duplicate id and remove the stray </section> based on your suggestion.