Product Landing Page Feedback <3

Hey guys! I’m just finishing up the Product Landing Page project and I’d love it if I could get some feedback. I’m still trying to understand how to do media queries so any help there would be greatly appreciated. Thanks!

Your page looks good @chetachiezikeuzor. 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.
    • Mentioning because you have elements out of order. Review this for an understanding of the HTML boilerplate tags.
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
  • Check that the user has entered a valid email addr. Throw an HTML5 validation error if not.
    • You learned to do this when coding the survey form
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens, elements fall out of the container. Screenshot attached

2 Likes

Hi, @chetachiezikeuzor. Glad to see an Igbo name here :slightly_smiling_face:.

This Youtube video may help with a better understanding of media queries.

1 Like

Thanks! I’ll look into this and make some changes to the project.

Thank you so much for this feedback! I definitely did not consider all of these issues. I used the WSC validate and made changes as needed, and now I’ll go ahead and make the project responsive. :slightly_smiling_face:

Okay, it’s much more responsive now but I just don’t now how to wrap the columns :confused:

To help build your skills, depending on which you want to use, CSS tricks flexbox or CSS tricks grid are very good to use as references.

I, and a lot of others, reference them a lot.

1 Like

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