Looking for Product Landing feedback

Hi everyone, i’m almost done with this project. All the test pass and it seems to be responsive, however I would appreciate some tips that I might be missing!

Hey there =)
Styling tips is just a matter of preference, but I’d rather not see paragraphs with a 100% width.
Overall you did a good job.

Your page looks good @FeDev13. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    For instance, links to fonts go in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    There are HTML syntax/coding errors you should be aware of and address.
    Since copy/paste from codepen you can ignore the first warning and first two errors.
  • To avoid mistakes in escaping, it is recommended to quote font family names that contain white space, digits, or punctuation characters other than hyphens

I will take note of what you guys noted. Thanks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.