Please Review My Project Thanks :)

Hi guys, can you review my project ‘Product Landing Page’.
Any comments and feedback will be very appreciated.
Thank You.

Here’s My Project

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

  • codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to the <head> click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
  • 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 an unknown property in CSS that will affect how your page displays and you have some missing required attributes in HTML.
  • check that the email field has been filled in properly when the submit button is clicked. (You learned how to do this in the survey form)

Nice This will help me in my future projects. Thank you for your feedback sir.