Design comparison
SolutionDesign
Solution retrospective
Feedback appreciated!
Community feedback
- @correlucasPosted about 2 years ago
πΎHello ASH HAGHIGHI, congratulations for your new solution!
Your solution design is just perfect, I think you can improve only the pricing section to make it gets the elements in different rows while the card scales, see the
media query
I created to fix this behavior below:Create this media query to save space when the card gets narrow:
@media (max-width: 340px) { .plan-card { display: flex; flex-direction: column; } }
π I hope this helps you and happy coding!
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