Design comparison
Solution retrospective
Comparing to previous projects, this one takes significantly more time and requires thinking more about responsiveness. This time I tried to a "mobile first" approach, which was quite pleasant experience.
What challenges did you encounter, and how did you overcome them?Mobile to desktop transition and all the margins and paddings that needed to be changed.
What specific areas of your project would you like help with?I would love to get a feedback and potential shortcuts that I could've done for my CSS solution.
Community feedback
- @ClaudiaRamirezDPosted about 2 months ago
Well done! Remember to add some margin to the card, for example:
@media screen and (min-width: 768px) { .card { margin: 8rem; .... Keep up the hard work!
Marked as helpful1@AlpaarXPosted about 2 months ago@ClaudiaRamirezD thanks for your feedback!
When i’m trying to apply margin to the card, the bottom margin is not working, which makes it look a little weird, how can I fix it?
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