Solution using just html and css

Solution retrospective
As a absolute beginner, a could not find a way to make this responsible for mobile layout.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jjjayed
Hi there! You can use a media query and add a certain breakpoint, then make the container have
flex-direction: column;
instead of a row. Hope this helps.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