Design comparison
SolutionDesign
Community feedback
- @Anq92Posted over 2 years ago
Hello!
Very nice solution :)
I have few tips:
- you could make the solution more flexible, so the container would be bigger for desktop sizes and smaller for mobile, use max-width, max-height, media-queries or clamp() method for it
- use relative units instead of px wherever you can, using rems makes websites more accessible for users with different browser setups
For reference you can check my solution here
Marked as helpful1
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