Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 1 year ago

Responsive Recipe page

tommy flinch•150
@tflinch
A solution to the Recipe page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

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,.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on tommy flinch's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License