Design comparison
SolutionDesign
Solution retrospective
How could i align the image in mobile view?!
Community feedback
- @cbserraPosted over 2 years ago
When I did this challenge, I added the illustrator image as an
img
and not abackground
. I used flexbox: for desktop, it followed the defaultflex-direction: row
, and for mobile, I changed that toflex-direction: column-reverse
so the image would appear first.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