Product Landing Page Finished! Looking for Feedback

Hey everyone! I finished the third project and am hoping to get some advice on what I should focus on improving for the next project.

This is my product landing page: https://codepen.io/bastiantyler/pen/wvGZQVp

I like the colors and the pictures that you chose for this project.

For me, I think there might be to much space between the textboxes.

In the picture, you can see the space that I am referring to. So maybe add a little bit more text in those boxes. You could add fictional prices or additional details about the product.

Hope that helps!

Happy coding!

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

  • 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. You can choose to ignore the warnings about using h1 as a top level header but you should be aware and consider correcting that also.
  • There’s a horizontal scrollbar on your page at the widest I can make it. It doesn’t get worse when smaller but it shouldn’t be there.