Product Landing Page Feedback Welcome

Here’s the Code Pen

Also, if anyone knows any good hamburger menu guides with pure JavaScript I would appreciate it.

2 Likes

Great work bwhite, looks good!

Here are a few suggestions:

  • Put bundle.js in the external links section in js editor settings.
  • Add a transition property to the “item” class. eg. transition: all 0.15s ease-out;
  • Vertically center the h1 and p elements inside the header.
  • Increase vertical padding of “guitars” and “videos” sections.