responsive page using flex box

Please log in to post a comment
Log in with GitHubCommunity feedback
- @eurico3
The solution is working and works well on a good renage of screen sizes. The solutions could be better if user could have used media queries to change the background image based on screen width.
For example : @media screen and (max-width: 768px) { body { background-image: url('./design/mobile-design.jpg'); /* Mobile image */ } }
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