Design comparison
Solution retrospective
This is my very first project which I entirely did by myself. I'm happy that i was able to complete it.
What challenges did you encounter, and how did you overcome them?I struggled with setting width of the container which holds everything in it and make it responsive to the different screen sizes. At the end, I managed to do it without breaking any content when it changes the screen size.
What specific areas of your project would you like help with?I would like to know more about setting the width of the content and how to make it responsive.
Community feedback
- @thamu-acnPosted 3 months ago
All looks good besides text overflowing on tiny screen size, try wrapping text or use max-width instead of width on container div and set min-height: 100vh on body to allow the card to adjust accordingly
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