Design comparison
Solution retrospective
hello, I am Braian. I'm just beginner but I'm trying my best to comprehend how to create responsive websites with media queries. for this first challenge I committed some mistakes trying to make the cellphone version of the page. I just couldn't put that image in the upper side of the main container. if someone could give some advice, I would really appreciate it.
Community feedback
- @palgrammingPosted over 3 years ago
if you change your flex direction to
flex-direction: column-reverse;
that will put the image at the top in the mobile viewMarked as helpful0@Polariz626Posted over 3 years ago@palgramming thanks for the reply. flex-direction: column-reverse; worked perfectly. Now I have some other minor problems with the responsive part, but I will get to them eventually. thanks again.
1
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