Design comparison
SolutionDesign
Solution retrospective
any suggestions are welcome π
Community feedback
- @fernandolapazPosted over 1 year ago
Hi π, just a couple of things that may interest you:
HTML π§±:
- No need to wrap the
<img>
with a<div>
, it doesn't seem to serve any function in this case.
CSS π¨:
- The trick of setting the
font size: 62.5%;
is no longer commonly recommended because it can cause issues with accessibility and readability. Also, itβs good to get used to thinking directly in relative units like rem or em since they are the most suitable for most cases.
I hope itβs useful π
Regards,
Marked as helpful0 - No need to wrap 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