Feedback/advice with product landing Page

Hello everybody! Here is my landing page https://codepen.io/Hareta16/full/bGovYQP
I would appreciate if anybody would provide feedback , advice, and/or criticism. Thank you!

The nav bar covers the content when clicking the anchor links

I feel like the bottom right text can be centered for a better look

1 Like

Your page looks good @hareta16. Something 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.

Suggestions which you don’t have to implement.

  • Your nav covers the top of the linked section when clicking a nav link.
    Maybe investigate using some top padding
  • While it’s good to use the ul for the nav list you probably don’t want to leave the bullet points or underline
    Maybe use flexbox on the links to get them to display differently
1 Like

Hello @Jimbalin ! I’m wondering, are you referring to all the text in the footer or just this
© freeCodeCamp project by Eric ?

Hello @Roma ! I believe this should look better now https://codepen.io/Hareta16/full/bGovYQP

That looks a lot better @hareta16.

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