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 solution using html and css

@AbdulRahmanBoyi

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 learned how to use padding, margins and text-indent alot.

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

The most likely challenges i encounter are 1. how to apply effects on tables and also border-bottoms in order to adjust the length of the border of a list item under

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

basically, the table format, border effects

Community feedback

@R3ygoski

Posted

Hello @AbdulRahmanBoyi, congratulations on completing your project.

Your image isn't showing because of this part of your HTML: <img src="./images/image-omelette.jpeg">, the correct one would be src="./image-omelette.jpeg".

And some extra tips, regarding HTML, I noticed it's a bit lacking in semantics, and making it semantic is very important for accessibility. An example of a tag that could be changed is <div class="ingredient">, it could be changed to <section>, because the internal contents are related.

Another tip, when using font sizes, I strongly recommend using the unit rem instead of px, because rem can adapt to the font size settings of the user.

Congratulations, keep practicing and improving. If you need help, just comment below and I'll try to assist.

0

@R3ygoski

Posted

Hello @AbdulRahmanBoyi, I'm glad you found my tips helpful. I would like to kindly ask if you could mark my comment as "helpful" if you found it useful and supportive, as this helps me a lot. Thank you in advance.

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