Design comparison
SolutionDesign
Solution retrospective
I know that fixed height and width is not a great pratices but how could I've done different without loosing the precision of my work ?
Community feedback
- @dzopunkPosted over 2 years ago
Try using rem or em units instead of px. For 'fixed' height and width try using percentage % or event better try using vw and vh for containers so you can have that responsiveness. Hope this helps
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