
Design comparison
Solution retrospective
I’m proud of making good progress on the project, but next time, I would set the margins more efficiently, especially the left margin. I realized it could be done once and then adjust the height, rather than repeating it.
What challenges did you encounter, and how did you overcome them?One challenge I faced was with responsiveness. My solution is hardcoded, which works for now, but it's not ideal for more complex projects. It was the quickest fix for this stage.
What specific areas of your project would you like help with?I really need to work on responsiveness overall and finally start using more flexible elements (I know, I said this last time too).
Community feedback
- @YacoubDweikPosted 20 days ago
Good job!
Can I ask you for a favor? just 1- get rid of any media query you have & the scale as well 2- change that width for the container and make it max-width instead of "fixed" width, make it like this: max-width: 380px 3- change the margin for that <img> to a padding + give it a width of 100%.
After doing all these things let me know how you feel :)
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