Design comparison
SolutionDesign
Community feedback
- @CaplexWPosted about 2 months ago
Not bad! But I'd like to point out one thing that can improve your pages in the future: Try to avoid using
px
unit at padding, margin, font-size, ... etc. It will limit resonsivness because it's an absolute unit. Instead you can use responsive units likeem
orrem
. You can dive deeper in this topic by reading this article.0
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