Build a Product landing page https://codepen.io/lulu_bed/full/GRoBQLv

Hi everyone, is anyone able to tell me why i’m failing these 2 tests:

12. When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit).

and

1. The navbar should always be at the top of the viewport.

also feedback on site design always welcome

thankyou

1 Like

Hello @lulu_bed! Looking at the error it says your email should have a ‘name’ associated to it. The name should be “email”

For your navbar you’ll want to use the position fixed attribute.

Try that out and if you still can’t figure it out come back!

1 Like

Hi @lulu_bed,

For point 1, check out what the position property is for the nav-bar. :slight_smile:

edit: I misunderstood the point 12. Deleted my comment about it.

I really like the design of the site. Good job with it! The only suggestion I have is to center the ‘featured’ container. Otherwise the titles and text look almost aligned to the left of my screen, while the rest of the site is centered.

1 Like

Thankyou! Passed all the tests :smiley:

good point, thankyou!
just working on the responsiveness now