Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Is there anyone who can help me by noting down all the important tricks to make a design responsive?
What challenges did you encounter, and how did you overcome them?Is there anyone who can help me by noting down all the important tricks to make a design responsive?
Community feedback
- @MikDra1Posted 3 months ago
The easy way to make the card responsive is to set it a percentage width on smaller screens and max-width which will prevent it from getting bigger. Then you can check if it looks the same with the Pixal Perfect extension.
.card { width: 90%; margin: 0 auto; max-width: 600px; }
Hope you found this comment helpful 💗
Good job and keep going 😁😊😉
0
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