Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome :)
Community feedback
- @Mr-jawPosted almost 2 years ago
Hello there 👋
Well done on completing the challenge
HTML 📄
- avoid using
<span>
tag to display text. rather use<em>
,<strong>
or<small>
tags to display short texts.
CSS 🎨
- in
article
element replacewidth: 375px;
withmax-width: 375px;
to make it mobile responsive.
Also, you have done a great job on using relative units and CSS custom properties 🔥👍
I hope this was useful 😊
HAPPY CODING
Marked as helpful1 - avoid using
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