Recipe-page solution using html and css
Design comparison
Solution retrospective
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
- @R3ygoskiPosted 6 months ago
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 besrc="./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@AbdulRahmanBoyiPosted 6 months agoThank you i will improve more on that. @R3ygoski
0@R3ygoskiPosted 6 months agoHello @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 GitHubJoin 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