Stats Preview Card using HTML and CSS

Solution retrospective
If someone can rate my code, I would appreciate it.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ixtk
- at about 800px, horizontal bar appears, avoid setting fixed width.
- when resizing, the card stays the same width on both mobile and desktop and feels very fixed and not responsive
- you need to capitalize "k" in "10k+ companies" stat section
- displaying
.info_content
as flex accomplishes nothing, as it would look exactly the same width defaultdisplay: block
- instead of applying
display: flex
andmargin-right: 3rem
to.info_content
, addcolumn-gap: 3rem
on parent.info
.
Don't forget to check the report
- @walmanjm
it's all good , nice job, 👍
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