Landing_page finished

Hey ,

finished the Product Landing Page. Would love to receive some feedback especially regarding the youtube video, I could not manage to make it responsive…

https://codepen.io/nella1a/full/GRmPqye

thanks :slightly_smiling_face:

Your page looks good @Allen_M. 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.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on large and small screens

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