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 Flexbox

P
ljmanayon 90

@ljmanayon

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?

  • Learned more about semantic html, list and table elements

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

  • I'm having a hard time styling the table element. I had to read the documentation and read some codes of other developers

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

  • I'd like to use bootstrap, but haven't fully grasp the idea. Kinda overwhelming for me.

Community feedback

Daniel 240

@Flashdaniel

Posted

Nice work! I like to point out that using of vh and vw can cause on expected behavior in your code. i am guessing that is the reason you don't have spacing at the top and bottom of your page.

When next you want to increase the height of you page make use of this code:

html,
body {
  height: 100%;
}

Always remove unused codes to keep you work clean. You can checkout this link by Dixita Ganatra to help you understand more on how and when to properly use responsive units ( like px, rem, em ). Great work ljmanayon,

1

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