Design comparison
Solution retrospective
Any suggestions and correction to improve are appreciated
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Ogiji , congratulations for your new solution!
Your solution is just great, the design elements are fine, the component is aligned.
You can improve the code semantics, replacing some block elements, here's my tips:
Replace the wrapper
<div>
that wraps each card with<article>
and the paragraph with the quote with the property tag<blockquote>
this way you'll wrap each block of element with the best tag in this situation.Use divs for small blocks and always prefer a semantic tag for the big blocks.
π I hope this helps you and happy coding!
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