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

@sahlairsha

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi, This is my second challenge. I'm so blissful that I have finished two projects in a week. Although I have faced a difficulty in creating the last table part. Are there any other tricks for making tables?

Community feedback

@Digi-Omar

Posted

You can try using CSS grid

.nutri-values{ display: grid; grid-template-columns: 100px 1fr 1fr; border-bottom: 1px solid #e4ded8; }

.nutri-values .nutrients{ grid-column-start: 2; grid-column-end: 3; }

My entire solution is at the repository https://github.com/Digi-Omar/frontend-mentor-recipe-page/tree/main

Marked as helpful

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