Stats preview card component main(vanilla css)
Design comparison
Solution retrospective
Hello Frontend Mentor community!....
I have a completed another small project and this is my solution for the Stats preview card component. In this project I also added addition tablet view.
Feel free to leave any feedback!
Community feedback
- @faha1999Posted about 2 years ago
Hello, Manu Jayakumar Congratulations on finishing this project. It's lovely and great on the whole! Just a little tip:
-
You did well in this project. Congratulations
-
Instead of using
px
, use relative units likerem or em
to get better performance when the information on your page needs to be resized for multiple screens and devices.REM
andEM
apply to all sizes, not justfont-size
. You can code your entire page inpx
and then, at the very end, use the VsCode pluginpx to rem
to perform the automatic conversion px to rem
I hope it will work. Happy coding.
1 -
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