
Solution retrospective
I am most proud of the fact i successfully completed this challenge
What challenges did you encounter, and how did you overcome them?I think my major challenge has been on responsiveness
What specific areas of your project would you like help with?please all the areas you'd find out in the codes that needs improvement, i'd definitely improve
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@reteov
It looks like the page handles transitions well between mobile and desktop viewing. The image placement and resizing is responsive, and gets the job done well.
The text, however, needs some work.
One thing that you should avoid is the use of
px
measurements. You can never tell what a person's screen resolution will be, so you always want to use relative units, so that the browser can decide what the exact sizes should be.As such, you might want to try converting your
px
measurements toem
measurements. This allows the display to be adjustable based on the size of the screen.Marked as helpful
Join 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