
Design comparison
SolutionDesign
Community feedback
- P@eurico3Posted 8 days ago
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 */ } }
0
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