Product Landing Page - feedback

Hello.
I just finished the product landing page project and was wondering if you guys could give me some feedback on my code & the design please.
Thank you :paw_prints:

Chef in a Box

1 Like

It looks really good! Nice and responsive as well. From just a quick glance the two things that stood from me is the space between the sections. Some may feel differently, but I feel likes its too much space between each section.

Other than that, in each of your sections your title starts further down in the container, so you have more space left over on top than the bottom

This for example, I think you can move the text and the images up a bit so theres even space on the top and the bottom.

Also looking at the code theres an issue on line 29

 <img
            src="https://i.ibb.co/2N3zTxg/logo.png"
            alt="chef in a box logo"
            id="header-img"
            ;
        />

There is a semicolon here which is not needed

Then on line in 166

<p>&copy ChefInABox 2024</p>

There should be a semicolon after the word copy

1 Like

Hey Cody. Thank you so much for taking the time to check my code and to give me a feedback. I really appreicate it :smiling_face: I will work on this a bit more and fix these. Thanks so much again :paw_prints: :slight_smile:

No problem! It was really well done!

1 Like

Hey! That looks great. Keep it up

Thank you :slight_smile: It does look better with having the same spacing on the top & bottom of the sections.

1 Like

Thank you :slight_smile: Appreciate it.

1 Like

Yeah! You are right. Welcome :hugs:

Absolutely brilliant! Clean, simple & responsive. Nicely done!

1 Like

That’s so kind. Thank you so much :slight_smile:

1 Like