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

@tflinch

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?

This was another hard one to do with out any fimga designs. This time I challenged my self to use BootStrap.JS for css styling.

Next time I want to try using CSS grid and get more comfortable using that.

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

I encountered an issue with my mobile design. The image did not automatically adjust.

@media (max-width: 425px) {
  .container {
    max-width: 425px;
    height: 100rem;
  }

  .container .container-img {
    height: 250px;
    width: 100%;
    border-radius: 10px;
    margin-top: 2rem;
  }
}

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

Yes, I am not sure how to properly align the order list items with the heading div. I am thinking removing either margin or padding but was not able to figure that out,.

Community feedback

P
Tom 150

@BomberQLF

Posted

Nice work man, I like how you've managed to overcome the exercice, I personaly didn't manage to create the last bit of the challenge with the table, but now I saw how you've done it, I could do it no problem ! ^^ Good work

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