Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
Spacing the markers in the lists. Used the tag span and then set the left position for the gap. Could've done better i think.
Community feedback
- @developer-rubenPosted 8 months ago
Hi!
Welcome to the frontend mentor community!
Here are my foundings for you recipe page:
- Use BEM to better organize your css, this prevents having selectors which are too much in depth.
- The image doesn't have to be in a separate div container
- Use the html table tag to create your tabel, creates a more accessible page
- Nice use of variables :D
- Good use of em instead of px for font sizes :D
That's pretty much it, Take care!
Ruben
Marked as helpful0
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