Product Landing Page finished - any feedback?

I just finished this Product Landing Page project. I just wanted to share it in case anyone would like to offer any feedback:

https://codepen.io/lepros/pen/XWgdmdG

Hi @lepros !

Congrats on finishing the third project.

Just a couple of things.

For me, the text is harder to read for the nav links when the device is under 800 pixels.
Maybe you can play around with a larger font size and different font color.

I think you should add the cursor pointer to the submit button.

Hope that helps!

I lightened the background of the navbar and changed the text size. Is that better now?

Question: What do you mean by “add the cursor pointer to the submit button?”

Thanks :slight_smile:

#submit {
  cursor: pointer;
}

When your mouse hovers over the submit button you will see the cursor change.

You can read more about it in the docs.

1 Like

Thank you. I made the change to the cursor and bookmarked that page :slight_smile:

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