
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
In the next update, I would try to write styles using a pre-processor (Sass)
What challenges did you encounter, and how did you overcome them?Challenges
- The difference of element position between mobile (image on top of content) vs desktop (side by side)
Overcame by using a wrapper
div
and applyingdisplay:flex
in the desktop mode - Conditional loading different size of image for different screen size by using html only. Overcame by self-research and found out the `` tag.
Nothing for now.
Community feedback
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