Design comparison
SolutionDesign
Community feedback
- @Ramon-AlvezPosted 29 days ago
Congratulations on the challenge, it was very well written and responsive.
Some tips that can help you, regarding image responsiveness, it is a good idea to use the picture tag with a source and an img, as you can set breakpoints where the source will be replaced by the img.
<picture> <source media="(breakpoint)" srcset="location/image1"> <img src="location/image2"> </picture>
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