Design comparison
SolutionDesign
Solution retrospective
This is my solution to this challenge. I will be grateful for feedback and any hints on what I could improve. Thanks in advance! π
Community feedback
- @fernandolapazPosted over 1 year ago
Hi π, perhaps some of this may interest you:
- It is good not to skip heading levels (start with
<h1>
, then<h2>
, and so on).
- You might consider using an unordered list
<ul>
for the stats.
- It might be good to get used to designing with the mobile first approach, which means designing for mobile first and then for desktop or any other device, as it is widely considered best practice.
I hope itβs useful π
Regards,
Marked as helpful0 - It is good not to skip heading levels (start with
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