Design comparison
SolutionDesign
Solution retrospective
I may not have gotten the mobile view completely right (the card takes up the entire page and I think it has screen scaling issues when you first open the link), so if you have any helpful feedback that can help me improve, I would greatly appreciate it. Thank you! :)
Community feedback
- @aldhairescobarPosted almost 3 years ago
Instead of setting a width in px for the card, I would set it on percentage (e.g 85%) and a max-width in px (450px). That can help you with responsiveness.
Marked as helpful0@codecarolinePosted almost 3 years agoThank you for your feedback! I’ll try that out @aldhairescobar 😊
0 - @MikevPeerenPosted almost 3 years ago
Hey there 👋,
Good job on completing this one 💪
Some pointer I got:
- Try to add hover effects on your button and your links that require actions.
- To make your component responsive you can change the width values for different viewports or just use margin/padding for the different texts for the different elements.
Marked as helpful0
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