Product Landing Page "Rocks for Painting"

Struggled a bit with the layout, but I think it’s decent now. Thought of using css grid, but it didn’t seem necessary(maybe on the next project).

Forgive the terrible logo.

Thank you.

Hey @ricardobispo. Your product landing page is good and I forgive for the terrible logo :crazy_face:. But, it has a lot of similarities with the example product landing page FCC provides. Especially the features section and the pricing section. Why don’t you experiment with some CSS properties and make your project more unique?
Don’t feel sad when reading this. If you do something on your own, you will be very much confident in this field. Thanks.

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

  • The scripts (for FA and FCC tests) belong right before the closing body tags, not in the head element.
  • Check that the user has entered a valid email addr. Throw an HTML5 error if not.
    • You learned to do this when you did the survey form.
  • Make the page responsive. Remember, the R in RWD stands for Responsive.
    • There’s a horizontal scrollbar on smaller screens.