Product Landing Page giving me a few problems

Need help with the 2 failed tests. Plus I’m having a problem positioning the footer at the bottom(preferably bottom right), and positioning the h1 text in my #products section centrally(esp within the vertical space)
https://codepen.io/dimitridev/pen/QWpEwyw?editors=0100

@dimitriflakes, please edit your post and put in a descriptive title that does not include a URL that no one can click. Put the link to your pen in the body of your post.

When a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

For instance, the first failing test says

When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit).
The #email input should have a name attribute : expected false to equal true
AssertionError: The #email input should have a name attribute : expected false to equal true

When I fix this the test passes. So move on to the next failing test.

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