Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud that I got it done in roughly 3 hours. It looks like my workflow is improving, perhaps my code aswell.
What challenges did you encounter, and how did you overcome them?This time I was able to use the figma file to get the better precision. Figma looks like a good tool to learn more deeply.
What specific areas of your project would you like help with?I think I need to look into mobile first development and get more acquainted with using media queries.
Community feedback
- @Disney-BanjePosted 6 months ago
Great code
Congratulations on achieving your goal of doing your code in under 3 hours.
- I would advise you to improve on your semantic next time maybe trying to wrap the card
<div class='card'></div>
inside an article tag element<article class='card'></article>
. - It would be better to wrap the
<p class="content__tag">Learning</p>
and<p class="content__date">Published 21 Dec 2023</p>
inside a<figcaption>
since they describe the image inside the<figure>
element. - And wrap all your HTML code inside the main element since it wraps the content of the body of a document. REFERENCE
Marked as helpful1 - I would advise you to improve on your semantic next time maybe trying to wrap the card
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