Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Favour , congratulations for your new solution!
Nice solution and nice code! I can see that you paid a lot of attention to your code/design. If you don’t mind I’ve some tips for you:
You can create a media query to save space in the
stats section
to make each information in a different row. Here’s the code for this media query.@media (max-width: 350px) { .profile-btm { display: flex; flex-direction: column; } }
✌️ I hope this helps you and 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