Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I created the layout like the original design.
What challenges did you encounter, and how did you overcome them?- `` list-style
::marker
was a bit of a challenge. - The nutrition facts table, also was a challenge, I was trying to make a responsive table using
,
, ``, tags, but in the end I used flex. - The project has 2 sizes for responsive layouts, it was started by 375px, but I tried to make the layout, look good between 375px and 1440px.
tables, and making the layout responsive in between the main sizes.
Community feedback
- @alberto-rjPosted 8 months ago
👋 Hi, @smhnfreelancer! Congratulations on investing your time and leveling up with the challenge, Recipe page.
On line 103 to 124 of your
index.html
file:- If you want to specify that an element is a table,
you could use the
table
tag instead of theul
tag. Learn more here.
Keep learning, coding and sharing! 🌟
Happy coding! 🚀
0 - If you want to specify that an element is a table,
you could use the
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