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
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 fully utilise the semantic HTML concept

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

I had issues styling the list mark independently. I also had a bit of challenge with using semantic html. I was able to overcome them by reading useful resources online

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

None

Community feedback

@TedJenkler

Posted

Hi @Sumta4real,

Nice project! I noticed a few areas where you could improve:

Footer Positioning: Your footer currently follows the page content. Consider using position: absolute and positioning it at the bottom with bottom: 0 to keep it fixed at the bottom of the viewport.

Responsive Design: Your site isn’t responsive, and the issue seems to stem from not using a mobile-first approach. Think of your project like a tower: mobile is the foundation, and desktop is the top floor. If you start with a desktop-first approach, you'll end up with a lot of problematic CSS for mobile. Instead, build your design for mobile first and then use media queries to adjust for larger screens. This approach will help ensure your page is responsive with minimal CSS.

Hope this was helpful

Best, Teodor

Marked as helpful

1

@Sumta4real

Posted

Thanks @TedJenkler

Yeah! The feedback is helpful

1

@Yashi-Singh-1

Posted

In your code you can make small change that line in nutrition in this last label doesn't have line after that you can add

.recipe-nutrition tr:last-of-type td { border-bottom: none; }

this will remove the last line and rest will be there

and in mobile responsive design the design should be similar to mobile design

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