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

mobile-first-recipe page

C.Juniorā€¢ 50

@Clar-Junior

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'm proud of submit my first project on frontend mentor.
  • I'd like to organize my project better.

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

  • Main challenge that I encounter was how plan the project before, in fact, try code it.
  • CSS units rem needs improved a lot. Pseudo-elements seems far away yet.
  • I tried to overcome this challenges studying each point and practing.

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

  • CSS grid
  • CSS flexbox
  • CSS rem/em units.

Community feedback

Woldu Tsegazgiā€¢ 910

@weldu0

Posted

šŸ‘‹ Hey, @Clar-Junior!

šŸ’” Semantic HTML: Consider using more semantic HTML elements such as:

  • <section> for different parts of your content.
  • <main> for the main parts of your content.
  • <table> and its properties for the last part of the site.

To convert from px to em:

  • 1em is typically equivalent to 16px (assuming the default font size).
  • To convert pixels to ems, divide the pixel value by 16 (px / 16 = em).

I hope this helps you. šŸ˜Š

Marked as helpful

0

C.Juniorā€¢ 50

@Clar-Junior

Posted

@weldu0

Thank you! This tips will help me a lot.

0
Woldu Tsegazgiā€¢ 910

@weldu0

Posted

You're welcome! I'm glad to hear that. @Clar-Junior

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