Responsive Web Design Projects - Build a Product Landing Page Project Feedback

Hello, I have just completed the landing page project from the Responsive Web Design certification program and would appreciate any feedback on it!

Thank you :slight_smile:

Best regards,
Konstantin

Hi @konstantin.krumin, your page looks good. Some things to revisit;

  • Use external CSS. No need to use the <style> tags in the HTML section. Move the import of your font to the CSS section.
    You also don’t need to use the <body> tags in codepen.
  • On large screens, the text for the Full Enbali box falls out.
  • When clicking a link from the navbar the beginning of the section is covered by the navbar. Maybe add a little padding to the top of each section.
  • Make your page responsive. On smaller screens there is a horizontal scrollbar.
1 Like

Thank you for your feedback!

Hello @Roma,

Which testing software or website would you recommend to use in order to compare how website looks in different browsers and devices?

I used responsinator for this purpose and adjusted my media queries according to its output.

Thank you,
Konstantin