Hi there,
if anyone would like to checkout my landing page and give some constructive criticism feel free.
Had a bit of a headache with the nav bar but think I got there in the end. If you have any better suggestions I’d be happy to hear.
Much appreciated, thanks
Ray 
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36
Challenge: Build a Product Landing Page
Link to the challenge:
HI @raymond_clark !
I think your page looks good.
Just a couple of things.
I think your submit button should have the cursor pointer.
I would remove these styles tags and add your import to the css section.
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
</style>
Your image is not loading.
I would look into other hosting options.
https://www.guru99.com/free-photo-hosting.html
There are errors in your html and css.
Run your code through the html validator and css codepen analyzer.
https://validator.w3.org/
Hope that helps!
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.