Design comparison
SolutionDesign
Solution retrospective
How could I improve the way in which I coded this?
Community feedback
- @adonmez04Posted 10 months ago
Hi @seanbuckle. It's a good solution. Your modifications to the design look very cool. Here are some tips:
- You can use the
article
semantic element instead of the<div class="card">
. - Be careful when using the
hr
HTML element. It also separates the content semantically. You can useborder-block-end
instead of thehr
element.
I hope these will help you. Keep coding and have a nice day
Marked as helpful0 - You can 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