Responsive page using CSS flexbox

Solution retrospective
I have used div for stats part(10k+ companies ......) can anyone give me a good alternative code. More Suggestions to improve are most welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
Like the comment above said, you could use an unordered list. However, i would recommend using flex to center the container in the middle of the page. Its less work and more effective. :) Good job!
Marked as helpful - @Jennifer1919
Hi! I just completed this challenge and I used a ul list of the stats part. I just got rid of the list style with list-style:none. To display it as a table for larger devices I use display:flex and flex-direction: rows. Hope it helps! PS: can you explain you got the purple overlay?
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