Hi there, here is my third project ! Product landing page. Check it out

Link: https://codepen.io/junaidshaikh_js/full/yLJwmwp

So, with many difficulties, I finally completed my third project today.

Please let me know where I can improve myself.

Hey @junaidshaikh_js!

I like the design and most same like apple’s site.

But in IPad, there is an issue

That’s my feedback.

Thanks and Happy Coding :grinning:

1 Like

Thank you @codely

Gonna improve it now.

1 Like

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

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (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.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.