Design comparison
Solution retrospective
Yes, I did not do the challenge as required! Not sure how I'm supposed to structure my HTML/CSS so that the photo is to the right of the text in desktop version but on top in mobile version. I would really appreciate any feed back! I tried flex-wrap: reverse-wrap but that just moved the photo below the text.
Update: A kind user helped me out and now the live link and github repo should be just like the challenge describes!
Community feedback
- @JfuseCodesPosted about 3 years ago
Hey great job on this project! Try and use flex-direction: reverse; That should fix up that issue for you
Marked as helpful0@0xSTVNDZPosted about 3 years ago@JfuseCodes WOW. so much power in one line of css. i really appreciate it! thank you.
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