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

Recipe page

Biskup85 220

@Biskup85

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'm very proud of my work. I see my hard work brings results.

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

I think this time every solution, it's much easier.

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

I think CSS is making my strong side.

Community feedback

Natasha 90

@NatashaAC

Posted

You could use a table for the nutrition info section instead of divs & p tags.

<table class="nutritionTable">
    <tr>
        <td>Calories</td>
        <td>277kcal</td>
    </tr>
    <tr>
         <td>Carbs</td>
         <td>0g</td>
    </tr>
    <tr>
        <td>Protein</td>
        <td>20g</td>
    </tr>
    <tr>
        <td>Fat</td>
        <td>22g</td>
    </tr>
</table>
0

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