Finally the third project: Product Landing Page

I’ve finally finished my third project: Product Landing Page

I’m feeling more comfortable. But of course, I need a lot of practice.
I can easily say that this method of learning really works.
Thank you, FCC :nerd_face:

By the way, this is the project:

https://codepen.io/dr27/pen/qBNvMNy

@mjozdi That looks very nice! You have a knack for design! I only have one suggestion. When I get onto a smaller screen your navbar gets kind of cramped and I can’t see everything same thing with the video embed. Other than that great job on the project! Happy Coding! :smile:

@landon.h.lloyd thank you for the answer. I tried to make the site responsive but I know I need to work on it more :smiley:

Actually that looks very nice and I really like the design and the patterns, what I would change if I were you is the navigation bar when it comes to a smaller screen. I believe you can fix the problem by making the “nav-bar” flex-direction: column;
Good luck with you future coding!!

Your page looks good @mjozdi. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Check that a valid email addr has been entered. If not, throw and HTML5 validation error.
    • You learned to do this when you made the survey form