Design comparison
Solution retrospective
Build mobile first and it got pretty fast. Making progress 😁.
What challenges did you encounter, and how did you overcome them?For desktop i could quickly changed flex-direction: column to row. Then the nightmare started 😭. I had massive problems to fit the img in desktop version correctly. In the end i handled it with the width of the parent and the width of the img. On one side the css for this media query is very less and clean. But i am not happy, because i hoped i could fix this with flex properties.
What specific areas of your project would you like help with?I still do not know what the problem is. Just want to adjust the image simply with flex. Thought i could easily set the image and the description 50/50 in width.
Community feedback
- @kelton-glitchPosted 3 months ago
The project build up looks great for both desktop and mobile displays.
For the challenge you raised up, it is possible to set it such that the image takes up 50% of the space allocated to the card. Just set it to 50% of whatever value set for the
width
The project looks very well done and responds perfectly. Great job!
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