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

Recipe Page HTML/CSS

ijohnst 230

@ijohnst

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?

Getting it done and including a table, its been years since using one

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

Mostly getting the card and top image to take up the whole screen on mobile and have space around it on desktop. I overcame it with wrappers and media queries

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

Not sure this looks great on every screen size, so more tips on how to make it look like the desktop and mobile pictures in the file

Community feedback

@md-abid-hussain

Posted

Congratulations on completing the challenge. Your solution looks really good.

I have a suggestion for writing css. Instead of writingmargin:0 or padding:0 to all selectors, you can simply put it in css reset

*{
    margin:0;
    padding:0;
    // rest of the reset
}
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