Responsive landing page using CSS Flexbox

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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @judithasitiol
Hi! Maybe you can try this :)
.container{ display: flex; flex-direction: row-reverse; }
Hope this helps !
Marked as helpful - @Veeltu
yep, there is "flex-direction:row-revers" or try "order=1, order=2", or you can go "position:relative/position:absolute"
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