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

@thaArcadeGuy

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 am proud of learning how to make a div element ignore the padding of its parent when the screen is resized to a smaller screen using CSS media queries. What I would do differently is making sure at least I can style CSS the right way without having to be mechanical.

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

I struggled with resizing the image to behave like in the mobile design but I was able figure it out after doing some web searching.

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

I want to understand more about Media Queries, then BEM; I would like to know if my code follows the BEM guidelines

Community feedback

@sakthivel155

Posted

hello brother !

  • The Html code very clean easy to read but i saw one unwanted mistake ":</strong> " in your html code line no: 52
  • and the subheading line no:49 <li><span>heading</span>text</li> don't need span style separate style like this{color: hsl(30, 10%, 34%); font-weight: bold; } simply use <li><b>heading</b>text</li> just change it's bold and also color was change no need css

Marked as helpful

0

@thaArcadeGuy

Posted

Thank you very much.

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