Product Landing Page Feedback and Question

Good evening,

I have finished the Product Landing Page and would like some feedback of any kind.

Right now I feel like I still don’t understand how a page should look. I’m hoping this changes as time goes on but coming up with a theme and content has been half the battle.

https://codepen.io/hobdiddy/full/ZEBrORG

Thank you all!

HI @hobdiddy !

I think your page looks good.
You might consider adding a smooth scroll to the page

html {
  scroll-behavior: smooth;
}

Most developers struggle with design. So this is completely normal.

Keep learning and building!

1 Like

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