
Design comparison
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
You don't need to repeat the Google font preconnect links. Make sure you download the specific font weights you need. You can put them all in one link as supplied by Google fonts.
For the two halves of each stat use spans not paragraphs. Think about the content without styling. You wouldn't have 10k in its own paragraph would you - that's how you know it should just be a span inside the listitem.
The component only needs a single max width in rem, no width. The two halves of the component shouldn't need explicit widths or max widths. The columns on desktop should be two equal 1fr columns
There may be more feedback to give but I'm away from my computer so can't inspect.
Marked as helpful
Join 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