Product Landing Page (3rd project)

Hi All,

After taking a long break, finally getting back on track with coding again. Just finished the 3rd project. Please leave any feedback.

Thanks!!

https://codepen.io/Afandy/pen/KxoZNP

You did a really good job.

1 Like

Nice job!

The font is a little too hard for me to read (Iā€™m sort of one of those ā€˜edge casesā€™ lol) and the header seems awfully tiny compared to the rest of the text.

1 Like

Nice job! I like the style a lot. Great use of sections and background image.

Some tips I would offer are:

  • Be careful using ids more than once (#submit on each of the buttons; it doesnā€™t actually cause any errors usually but it is considered best practice to use class when trying to target multiple elements and reserve id for single uses.
  • For the dog logo, im assuming you would want it to link home or something like that. If thatā€™s the case the you would want to add alt=ā€œhome pageā€ or something like that to it that has meaning to someone that might not be able to see it well.

Keep up the good work!

1 Like