Product landing page feed back

finally, I completed my landing page project, if I want to be honest with myself, it’s not good at code and not a good look and I know it, just want if anyone can tell me what my problem is. and give me some advice

Your page looks good @SinaNikzad-1999. Some things to revisit;

  • 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.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
      (The one for HTML misses things which is why I recommend W3C)
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens
    • To help, start by styling for a narrow view port first. Narrow your browser as far as it will go and style the page so it looks good at that narrow width. Then gradually widen your browser and use CSS media query break points to adjust the style for wider view ports if needed.
  • There’s an issues with cutting text off and text running together on regular sized screens too. See attached screenshot
1 Like

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