Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Recipe Page | Flexbox | Table Collapsing

@TheNewbie-Coder

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I was able to tackle a few new concepts such as markers for individually highlighting bulletpoints (ul/ol) without affecting the following texts, how to use ::root and var() element for custom fonts/colors from the design file, and finally how to create a table within html.

Slow and steady but practice and engaging with the community is what made me learn more than the tutorials i've watched.

What challenges did you encounter, and how did you overcome them?

I initially hit a stump when it came to constructing the table in the last bit and i thought i was supposed to use grid display and then i realised would be easier and logical to just create a table (used chatgpt to learn that).

What specific areas of your project would you like help with?

I feel my code is too long winded and i still haven't got the hang of using comments in my code? do you think it's best to start practicing that now or i shouldn't worry about it?

Community feedback

Adriano 36,730

@AdrianoEscarabote

Posted

Hi David Jonah S, how are you doing?

I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:

I noticed that your page has a horizontal scroll. To resolve this, we can do the following:

div {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    /* margin-left: 200px; */
    border: none;
    border-radius: 20px;
}

and:

body {
    margin: 0px;
}

The rest is excellent.

I hope you find it useful. 👍

Marked as helpful

1

@TheNewbie-Coder

Posted

Thanks for the assist on this brother! @AdrianoEscarabote

1

@AnneClr

Posted

for the last item in the nutrition section, you should use the pseudo-class last-of-type() and get off the border bottom 🙂

Marked as helpful

1

@TheNewbie-Coder

Posted

Thanks! @AnneClr

0
P
Mckaay 110

@Mckaay

Posted

Nice

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord