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 using CSS Flex

Alpaar 115

@AlpaarX

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?

Comparing to previous projects, this one takes significantly more time and requires thinking more about responsiveness. This time I tried to a "mobile first" approach, which was quite pleasant experience.

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

Mobile to desktop transition and all the margins and paddings that needed to be changed.

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

I would love to get a feedback and potential shortcuts that I could've done for my CSS solution.

Community feedback

Claudia 300

@ClaudiaRamirezD

Posted

Well done! Remember to add some margin to the card, for example:

@media screen and (min-width: 768px) { .card { margin: 8rem; .... Keep up the hard work!

Marked as helpful

1

Alpaar 115

@AlpaarX

Posted

@ClaudiaRamirezD thanks for your feedback!

When i’m trying to apply margin to the card, the bottom margin is not working, which makes it look a little weird, how can I fix it?

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