Submitted almost 3 years ago
Responsive landing page using CSS Flexbox
@jeremiahlateef
Design comparison
SolutionDesign
Solution retrospective
I'm having difficulties switching the image to the right side in the desktop view using flexbox. Any help will be appreciated. Thank you.
Community feedback
- @judithasitiolPosted almost 3 years ago
Hi! Maybe you can try this :)
.container{ display: flex; flex-direction: row-reverse; }
Hope this helps !
Marked as helpful3 - @VeeltuPosted almost 3 years ago
yep, there is "flex-direction:row-revers" or try "order=1, order=2", or you can go "position:relative/position:absolute"
Marked as helpful1
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