Stats Preview Card Component built with HTML, CSS and Flexbox

Solution retrospective
Second try at this challenge. Looks very similar to the Figma files so pretty happy with that! Would like to attempt it in future with use of TailwindCSS when learnt more about it (and understand it!)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @gulamansari57181
Hello Hayley !!!!!!!!!
Hope you doing well. I have gone through your project link, And found that its lacking in terms of margin and also border radius is not applied to left-side corner.
Tips:
- To make border radius on all corner of container you can use
.container { border-radius:20px; //To apply the property on all the side }
- To make margin from all the side
.container{ margin:2em: }
Hope this will help. Happy Coding !!!!!!!!
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