Hello free-code-campers,
I would like to hear from you about what you think of this product landing page. your feedback is very appreciate it.
here is the link to the page:
https://codepen.io/Zouheir-IT/full/ExKjjNm
Hello free-code-campers,
I would like to hear from you about what you think of this product landing page. your feedback is very appreciate it.
here is the link to the page:
https://codepen.io/Zouheir-IT/full/ExKjjNm
Hi @Zouheir!
Welcome to the forum!
Your page looks great!
A few things.
In codepen you do not need to include the head section or html tags. Codepen takes care of all of that for you. If you need to include stuff in the head you can do that in the html settings.
There are a couple of errors in your html that need your attention. Run your code through the html validator.
You might want to add the cursor pointer (CSS) to the add to cart and sign up buttons.
Keep up the good work!
Welcome to the forums @Zouheir. Your page looks good. Some things to revisit;
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.<p>
rather than <P>
Good landing page except for the fact that their are some spacing issues, video being full length, input element and anchor tags without cursor pointer. Rest everything looks decent.
Hi @jwilkins.oboe!
Thank you for feedback, I really appreciate it. I actually ran my code through html validator W3C validator and fixed all the errors. I also added the cursor: pointer to the add to cart button.
Thank you again for your help!!
Thank you @IAmRC1 for your feedback!
I will try to work more on the spacing, but for the video being full length actually it was meant to be like this from a design point.
thanks so much for your feedback!!
Hi @Roma!
Thank you for your feedback, I really appreciate it. I actually ran my code through html validator W3C validator and fixed all the errors. I also added the cursor: pointer to the add to cart button.
Thank you again for your help!!