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

Clear Code and Responsive Design Using Flex

Matthew 40

@gmatt20

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 most proud of coming back since 3 weeks ago of beginning this project (I quit because I got frustrated lol) and I managed to complete it! During the 3 weeks, I learned more about HTML, CSS, and a little bit of JS.

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

I could not get the alignment right, so I quitted 3 weeks ago. But I used the 3 weeks to learn deeper about HTML and CSS and I came back with the project completed.

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

None at the moment. The table threw me off which I need more practice in.

Community feedback

@Ridwan10000

Posted

Well done on completing the Recipe project. You have done a great design. Clean code. Nice readability. Just a few things to note: It's almost always best choice to do mobile-first approach. As you resize the browser window see how your recipe manual loses its flexibility. So from next on try to do mobile first approach. You may want to use at the very beginning of the style the following one from your code.

* {
         font-family: outfit, sans-serif;
          color: hsl(24, 5%, 18%);
   }

Marked as helpful

0

Matthew 40

@gmatt20

Posted

@Ridwan10000 thank you. This helps

0

@Ridwan10000

Posted

@gmatt20 keep learning. keep coding.

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