Monthly Book Subscription Landing Page

I’ve completed the product landing page product and any feedback would be appreciated.
Codepen link

Looks Good.

There is something to clean up in your HTML and CSS, you can check it by clicking on the down arrow of the HTML or CSS section and then by pressing Analyze CSS or HTML.

Welcome to the forums @S-VeaM. Your 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.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.

Thanks for the feedback, I really appreciate it.

Thanks, just corrected all errors =).